Skip to content

Commit

Permalink
block.json for oik-block/fields #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 12, 2021
1 parent 6f6fe4e commit a02f169
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions src/oik-fields/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"apiVersion": 2,
"name": "oik-block/fields",
"title": "Fields",
"category": "widgets",
"icon": "info-outline",
"description": "Displays fields.",
"attributes": {
"fields": {
"type": "string",
"default": ""
},
"labels": {
"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": {
"align": true,
"alignWide": true,
"alignFull": true,
"html": false,
"customClassName": false,
"className": false,
"color": {
"gradients": false,
"text": true,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [ "field", "meta", "oik" ],
"textdomain": "oik-blocks"
}

0 comments on commit a02f169

Please sign in to comment.