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 | includes/blocks/academy-courses/attributes.php +8 -4 2.9.1 → 2.14.0 View file →
@@ -13,8 +13,12 @@
13 13 'block_id' => array(
14 14 'type' => 'string',
15 15 'default' => '',
16 16 ),
17 + 'blockVersion' => [
18 + 'type' => 'number',
19 + 'default' => 2,
20 + ],
17 21 'course_count' => array(
18 22 'type' => 'number',
19 23 'default' => 3,
20 24 ),
@@ -92,21 +96,21 @@
92 96 'default' => '#000',
93 97 ),
94 98 'rating_color' => array(
95 99 'type' => 'string',
96 - 'default' => '#f4c150',
100 + 'default' => '#5a3d00',
97 101 ),
98 102 'rating_hover_color' => array(
99 103 'type' => 'string',
100 - 'default' => '#f4c150',
104 + 'default' => '#5a3d00',
101 105 ),
102 106 'price_color' => array(
103 107 'type' => 'string',
104 - 'default' => '#1dbe84',
108 + 'default' => '#1a1a1a',
105 109 ),
106 110 'price_hover_color' => array(
107 111 'type' => 'string',
108 - 'default' => '#1dbe84',
112 + 'default' => '#1a1a1a',
109 113 ),
110 114 'wish_icon_color' => array(
111 115 'type' => 'string',
112 116 'default' => '#999',