PluginProbe
Uji Countdown / trunk
Uji Countdown vtrunk
3.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 36 releases
uji-countdown / block.json

block.json in Uji Countdown trunk, at block.json

18 lines 455 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://json.schemastore.org/block.json",
3 "apiVersion": 2,
4 "name": "ujimoto/countdown",
5 "version": "2.3.4",
6 "title": "Uji countdown",
7 "category": "plugin",
8 "icon": "smiley",
9 "description": "Customizable countdown",
10 "supports": {
11 "html": false
12 },
13 "textdomain": "ujicountdown",
14 "editorScript": "file:./dist/blocks.build.js",
15 "editorStyle": "file:./dist/blocks.editor.build.css",
16 "style": "file:./dist/blocks.style.build.css"
17 }
18