From 70bd62adbc387a0545d63c3468d239cff606de90 Mon Sep 17 00:00:00 2001 From: danix Date: Fri, 16 Oct 2020 15:47:20 +0200 Subject: Initial commit of the plugin. nuovo file: .editorconfig nuovo file: .gitignore nuovo file: block.json nuovo file: build/index.asset.php nuovo file: build/index.css nuovo file: build/index.js nuovo file: build/style-index.css nuovo file: danixland-gravatar.php nuovo file: package-lock.json nuovo file: package.json nuovo file: readme.txt nuovo file: src/edit.js nuovo file: src/editor.scss nuovo file: src/index.js nuovo file: src/save.js nuovo file: src/style.scss --- block.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 block.json (limited to 'block.json') 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 -- cgit v1.2.3