| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 1, |
| 4 |
"title": "Related Posts (ElasticPress)", |
| 5 |
"textdomain": "elasticpress", |
| 6 |
"name": "elasticpress/related-posts", |
| 7 |
"category": "widgets", |
| 8 |
"attributes": { |
| 9 |
"alignment": { |
| 10 |
"type": "string", |
| 11 |
"default": "none" |
| 12 |
}, |
| 13 |
"number": { |
| 14 |
"type": "number", |
| 15 |
"default": 5 |
| 16 |
} |
| 17 |
}, |
| 18 |
"supports": { |
| 19 |
"align": true |
| 20 |
}, |
| 21 |
"usesContext": ["postId"], |
| 22 |
"editorScript": "ep-related-posts-block-script", |
| 23 |
"style": "file:/../../../../dist/css/related-posts-block-styles.css" |
| 24 |
} |
| 25 |
|