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
Copy file name to clipboardExpand all lines: widgets/flip-box.php
+29-17Lines changed: 29 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ protected function _register_controls() {
98
98
'label' => __( 'Icon', 'mighty' ),
99
99
'type' => Controls_Manager::ICONS,
100
100
'default' => [
101
-
'value' => 'fas fa-pizza-slice',
102
-
'library' => 'solid',
101
+
'value' => 'far fa-lightbulb',
102
+
'library' => 'regular',
103
103
],
104
104
'condition' => [
105
105
'front_graphic_element' => 'icon',
@@ -113,7 +113,7 @@ protected function _register_controls() {
113
113
'label' => __( 'Title', 'mighty' ),
114
114
'type' => Controls_Manager::TEXT,
115
115
'placeholder' => __( 'Front Title', 'mighty' ),
116
-
'default' => __( 'Pizza', 'mighty'),
116
+
'default' => __( 'Great Idea', 'mighty'),
117
117
]
118
118
);
119
119
@@ -123,7 +123,7 @@ protected function _register_controls() {
123
123
'label' => __( 'Description', 'mighty' ),
124
124
'type' => Controls_Manager::WYSIWYG,
125
125
'placeholder' => __( 'Type your description here', 'mighty' ),
126
-
'default' => __( 'A delicious, round piece of dough that comes in square boxes for some strange reason.', 'mighty'),
126
+
'default' => __( 'Usually something stupid that pops into your head right before you get hurt.', 'mighty'),
127
127
]
128
128
);
129
129
@@ -193,7 +193,7 @@ protected function _register_controls() {
193
193
'label' => __( 'Title', 'mighty' ),
194
194
'type' => Controls_Manager::TEXT,
195
195
'placeholder' => __( 'Back Title', 'mighty' ),
196
-
'default' => 'Pizza',
196
+
'default' => 'Life Changing',
197
197
]
198
198
);
199
199
@@ -203,7 +203,7 @@ protected function _register_controls() {
203
203
'label' => __( 'Description', 'mighty' ),
204
204
'type' => Controls_Manager::WYSIWYG,
205
205
'placeholder' => __( 'Type your description here', 'mighty' ),
206
-
'default' => __( 'A sacred food gifted to mankind by the gods. <br>Very delicious and cheesy with tomato sauce and toppings of your choice.', 'mighty'),
206
+
'default' => __( 'A thought, plan, notion, anything that is conjured up in the brain and sometimes put into action and/or shared with the rest of the crowd.', 'mighty'),
207
207
]
208
208
);
209
209
@@ -384,7 +384,12 @@ protected function _register_controls() {
0 commit comments