block.json
27 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/block-json/1.1", |
| 3 | "apiVersion": 3, |
| 4 | "name": "everest-forms/frontend-listing", |
| 5 | "version": "1.0.0", |
| 6 | "title": "Frontend Listing", |
| 7 | "category": "everest-forms", |
| 8 | "description": "Select and display one of your frontend listing.", |
| 9 | "keywords": [ |
| 10 | "everest forms frontend listing", |
| 11 | "frontend listing" |
| 12 | ], |
| 13 | "textdomain": "everest-forms", |
| 14 | "example": { |
| 15 | "attributes": {} |
| 16 | }, |
| 17 | "supports": {}, |
| 18 | "attributes": { |
| 19 | "id": { |
| 20 | "type": "string", |
| 21 | "default": "" |
| 22 | } |
| 23 | }, |
| 24 | "editorScript": "everest-forms-block-editor", |
| 25 | "editorStyle": "everest-forms-block-editor" |
| 26 | } |
| 27 |