widget-google-reviews
Last commit date
assets
2 years ago
build
2 years ago
includes
2 years ago
languages
2 years ago
autoloader.php
4 years ago
block.json
2 years ago
grw.php
2 years ago
index.php
4 years ago
readme.txt
2 years ago
block.json
22 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": "1", |
| 4 | "name": "widget-google-reviews/reviews", |
| 5 | "title": "Google Reviews Block", |
| 6 | "description": "Block for Google map reviews. Easy way to show your Google place reviews on WordPress pages!", |
| 7 | "category": "widgets", |
| 8 | "keywords": [ |
| 9 | "google", |
| 10 | "review", |
| 11 | "block" |
| 12 | ], |
| 13 | "icon": "star-filled", |
| 14 | "textdomain": "widget-google-reviews", |
| 15 | "editorScript": "file:./build/index.js", |
| 16 | "attributes": { |
| 17 | "id": { |
| 18 | "type": "string" |
| 19 | } |
| 20 | } |
| 21 | } |
| 22 |