Skip to content

Commit

Permalink
Add oik/shortcode-block block.json #177
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 13, 2021
1 parent 3a4f713 commit b8b59a3
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions src/oik-shortcode/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"apiVersion": 2,
"name": "oik/shortcode-block",
"title": "Shortcode block for oik shortcodes",
"category": "layout",
"icon": "shortcode",
"description": "Expands oik shortcodes",
"attributes": {
"shortcode": {
"type": "string",
"default": ""
},
"content": {
"type": "string",
"default": ""
},
"parameters": {
"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": false,
"className": false,
"color": {
"gradients": false,
"text": false,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [ "Shortcode", "oik" ],
"textdomain": "oik"
}

0 comments on commit b8b59a3

Please sign in to comment.