Skip to content

Commit

Permalink
Add oik/countdown block.json #177
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 13, 2021
1 parent 274ab45 commit 9ae698f
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions src/oik-countdown/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"apiVersion": 2,
"name": "oik/countdown",
"title": "Countdown",
"category": "common",
"icon": "clock",
"description": "Countdown timer",
"attributes": {
"since": {
"type": "string",
"default": ""
},
"until": {
"type": "string",
"default": ""
},
"url": {
"type": "string",
"default": ""
},
"description": {
"type": "string",
"default": ""
},
"expirytext": {
"type": "string",
"default": ""
},
"format": {
"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": [ "Countdown", "timer", "since", "oik" ],
"textdomain": "oik"
}

0 comments on commit 9ae698f

Please sign in to comment.