Skip to content

Commit

Permalink
block.json for oik-block/blockicon #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 12, 2021
1 parent b6164a6 commit f8ae8b0
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions src/oik-blockicon/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"apiVersion": 2,
"name": "oik-block/blockicon",
"title": "Block icon",
"category": "widgets",
"icon": "block-default",
"description": "Displays a Block icon",
"attributes": {
"blockicon": {
"type": "string",
"default": "oik-block/blockicon"
},
"textAlign": {
"type": "string"
},
"className": {
"type": "string"
},
"textColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"style": {
"type": "object"
},
"fontSize": {
"type": "string"
},
"gradient": {
"type": "string"
}
},
"supports": {
"html": false,
"customClassName": true,
"className": true,
"color": {
"gradients": false,
"text": true,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [ "icon", "block", "oik" ],
"textdomain": "oik-blocks",
"editorScript": "file:../../build/index.js",
"editorStyle": "file:../../build/index.css",
"style": "file:../../build/style-index.css"
}

0 comments on commit f8ae8b0

Please sign in to comment.