block.json in Friends 4.3.0, at blocks/friends-list/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "friends/friends-list", |
| 5 | "title": "Friends List", |
| 6 | "category": "widgets", |
| 7 | "textdomain": "friends", |
| 8 | "icon": "groups", |
| 9 | "supports": { |
| 10 | "color": { |
| 11 | "background": true, |
| 12 | "text": true, |
| 13 | "link": true |
| 14 | }, |
| 15 | "typography": { |
| 16 | "fontSize": true, |
| 17 | "lineHeight": true |
| 18 | }, |
| 19 | "spacing": { |
| 20 | "padding": true, |
| 21 | "margin": true |
| 22 | } |
| 23 | }, |
| 24 | "attributes": { |
| 25 | "users_inline": { |
| 26 | "type": "boolean", |
| 27 | "default": false |
| 28 | }, |
| 29 | "user_types": { |
| 30 | "type": "string", |
| 31 | "default": "subscriptions" |
| 32 | }, |
| 33 | "folder": { |
| 34 | "type": "number", |
| 35 | "default": 0 |
| 36 | } |
| 37 | }, |
| 38 | "example": { |
| 39 | "attributes": { |
| 40 | "user_types": "subscriptions" |
| 41 | } |
| 42 | }, |
| 43 | "editorScript": "file:./build/index.js" |
| 44 | } |
| 45 |