PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
← All changes | assets/build/blocks/countdown/block.json +21 -1 2.8.1 → 2.14.0 View file →
@@ -502,8 +502,28 @@
502 502 "isAction": {
503 503 "type": "boolean",
504 504 "default": true
505 505 },
506 + "evergreen": {
507 + "type": "boolean",
508 + "default": false
509 + },
510 + "evergreenDays": {
511 + "type": "number",
512 + "default": 0
513 + },
514 + "evergreenHours": {
515 + "type": "number",
516 + "default": 0
517 + },
518 + "evergreenMinutes": {
519 + "type": "number",
520 + "default": 0
521 + },
522 + "evergreenRestart": {
523 + "type": "boolean",
524 + "default": false
525 + },
506 526 "action": {
507 527 "type": "string",
508 528 "default": "none"
509 529 },
@@ -981,9 +1001,9 @@
981 1001 "xPositionUnitMobile": "px",
982 1002 "xPosition": "",
983 1003 "xPositionTablet": "0",
984 1004 "xPositionMobile": "0",
985 - "yPositionUnit": "0",
1005 + "yPositionUnit": "px",
986 1006 "yPositionUnitTablet": "px",
987 1007 "yPositionUnitMobile": "px",
988 1008 "yPosition": "0",
989 1009 "yPositionTablet": "0",