diff options
Diffstat (limited to 'block.json')
| -rw-r--r-- | block.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/block.json b/block.json new file mode 100644 index 0000000..1ef5fda --- /dev/null +++ b/block.json @@ -0,0 +1,14 @@ +{ + "name": "dnxvatar/danixland-gravatar", + "title": "danixland gravatar block", + "category": "common", + "icon": "businessman", + "description": "Simple Gutemberg Block to insert a gravatar inside a post or page.", + "textdomain": "dnxvatar", + "supports": { + "html": false + }, + "editorScript": "file:./build/index.js", + "editorStyle": "file:./build/index.css", + "style": "file:./build/style-index.css" +}
\ No newline at end of file |
