| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"textdomain": "getwid", |
| 5 |
"name": "getwid/instagram", |
| 6 |
"description": "Displays posts from an Instagram account.", |
| 7 |
"category": "getwid-blocks", |
| 8 |
"title": "Instagram", |
| 9 |
"supports": { |
| 10 |
"align": [ |
| 11 |
"wide", |
| 12 |
"full" |
| 13 |
] |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"photoCount": { |
| 17 |
"type": "number", |
| 18 |
"default": 6 |
| 19 |
}, |
| 20 |
"gridColumns": { |
| 21 |
"type": "number", |
| 22 |
"default": 3 |
| 23 |
}, |
| 24 |
"spacing": { |
| 25 |
"type": "string", |
| 26 |
"default": "default" |
| 27 |
}, |
| 28 |
"align": { |
| 29 |
"type": "string" |
| 30 |
}, |
| 31 |
"className": { |
| 32 |
"type": "string" |
| 33 |
} |
| 34 |
}, |
| 35 |
"editorScript": "file:./index.js", |
| 36 |
"editorStyle": "file:./index.css", |
| 37 |
"style": "file:./style-index.css" |
| 38 |
} |