Skip to content

Commit

Permalink
block.json for oik-block/blocklist #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 12, 2021
1 parent 9f7cd26 commit c20a678
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions src/oik-blocklist/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"apiVersion": 2,
"name": "oik-block/blocklist",
"title": "Block list",
"category": "widgets",
"icon": "block-default",
"description": "Displays a list of Blocks for a chosen prefix",
"attributes": {
"prefix": {
"type": "string",
"default": "oik-block"
},
"showBlockLink": {
"type": "boolean",
"default": true
},
"showDescription": {
"type": "boolean",
"default": true
},
"showBatch": {
"type": "boolean",
"default": false
},
"component": {
"type": "string",
"default": ""
},
"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": [ "list", "block", "oik" ],
"textdomain": "oik-blocks"
}

0 comments on commit c20a678

Please sign in to comment.