blob: 1ef5fdaf5fe446250dcc257925580a4e2a59487a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
}
|