block.json
1 year ago
index-rtl.css
1 year ago
index.asset.php
1 year ago
index.css
1 year ago
index.js
1 year ago
style-index-rtl.css
1 year ago
style-index.css
1 year ago
block.json
28 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "superb-addons/google-maps", |
| 5 | "version": "0.1.0", |
| 6 | "title": "Superb Google Maps", |
| 7 | "category": "superb-addons-blocks", |
| 8 | "icon": "location", |
| 9 | "description": "Easily embed Google Maps on your website.", |
| 10 | "keywords": [ |
| 11 | "maps", |
| 12 | "google", |
| 13 | "google maps", |
| 14 | "directions", |
| 15 | "position", |
| 16 | "address", |
| 17 | "location" |
| 18 | ], |
| 19 | "supports": { |
| 20 | "html": false, |
| 21 | "align": ["left", "right", "full"] |
| 22 | }, |
| 23 | "textdomain": "superb-blocks", |
| 24 | "editorScript": "file:./index.js", |
| 25 | "editorStyle": "file:./index.css", |
| 26 | "style": "file:./style-index.css" |
| 27 | } |
| 28 |