You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'accordion_content' => __( 'Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'mighty' ),
'accordion_content' => __( 'Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 'mighty' ),
110
+
],
106
111
],
107
112
'title_field' => '{{{ accordion_title }}}',
108
113
]
@@ -118,7 +123,7 @@ protected function _register_controls() {
118
123
'label_on' => __( 'On', 'mighty' ),
119
124
'label_off' => __( 'Off', 'mighty' ),
120
125
'return_value' => 'yes',
121
-
'default' => 'no',
126
+
'default' => 'yes',
122
127
]
123
128
);
124
129
@@ -209,7 +214,7 @@ protected function _register_controls() {
0 commit comments