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/image-hotspot/attributes.php +12 -0 2.8.1 → 2.14.0 View file →
@@ -54,8 +54,16 @@
54 54 'pinHoverSize' => array(
55 55 'type' => 'number',
56 56 'default' => 1.5,
57 57 ),
58 + 'pinIconColor' => array(
59 + 'type' => 'string',
60 + 'default' => '#ffffff',
61 + ),
62 + 'pinIconSize' => array(
63 + 'type' => 'number',
64 + 'default' => 60,
65 + ),
58 66 'lists' => array(
59 67 'type' => 'array',
60 68 'default' => array(
61 69 array(
@@ -62,8 +70,12 @@
62 70 'id' => 0,
63 71 'text' => 'Your title here 0',
64 72 'xAxis' => 35,
65 73 'yAxis' => 32,
74 + 'xAxisTab' => 30,
75 + 'yAxisTab' => 28,
76 + 'xAxisMob' => 22,
77 + 'yAxisMob' => 16,
66 78 'isOpen' => false,
67 79 'pinColor' => '',
68 80 'pinColorEffect' => '',
69 81 'pinHoverColor' => '',