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 / src / block / block.json

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

62 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "urc/block-uji-countdown",
3 "category": "common",
4 "attributes": {
5 "countStyles": {
6 "type": "string",
7 "default": "Please select a style for your timer"
8 },
9 "datetime": {
10 "type": "string",
11 "default": "2023-01-01 12:00:00"
12 },
13 "timeonly": {
14 "type": "string",
15 "default": "12:00"
16 },
17 "isStackedOnMobile": {
18 "type": "boolean",
19 "default": false
20 },
21 "timerType" : {
22 "type" : "string",
23 "default": "onetime"
24 },
25 "thour": {
26 "type": "string",
27 "default": ""
28 },
29 "tmin": {
30 "type": "string",
31 "default": ""
32 },
33 "tsec": {
34 "type": "string",
35 "default": ""
36 },
37 "hide": {
38 "type": "boolean",
39 "default": true
40 },
41 "url": {
42 "type": "string",
43 "default": ""
44 },
45 "unitNum": {
46 "type": "string",
47 "default": "hou"
48 },
49 "unitTime": {
50 "type": "string",
51 "default": "sec"
52 },
53 "repeats": {
54 "type": "string",
55 "default": ""
56 },
57 "news": {
58 "type": "string",
59 "default": ""
60 }
61 }
62 }