Skip to content

Commit

Permalink
Refactor oik-block/nivo for wp-scripts and block.json #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 12, 2021
1 parent 89b0d44 commit 212281d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/oik-nivo/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"apiVersion": 2,
"name": "oik-block/nivo",
"title": "Nivo slider",
"category": "common",
"icon": "slides",
"description": "Nivo slider",
"attributes": {
"theme": {
"type": "string",
"default": "default"
},
"id": {
"type": "string",
"default": ""
},
"effect": {
"type": "string",
"default": ""
}
},
"supports": {
"align": false,
"alignWide": false,
"alignFull": false,
"html": false,
"customClassName": false,
"className": false,
"color": {
"gradients": false,
"text": false,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [ "Nivo", "slider", "oik" ],
"textdomain": "oik-blocks"
}

0 comments on commit 212281d

Please sign in to comment.