-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [Widget] Moved the Dark Toggle ACF JSON from theme to plugin - [Widget] Fixed Socials widget outputting error - [Widget] Added orientation setting to Social Links widget
- Loading branch information
Showing
13 changed files
with
193 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"key": "group_62e526dda2cbf", | ||
"title": "Edje Widget - Dark Toggle", | ||
"fields": [ | ||
{ | ||
"key": "field_62e5288bec0fc", | ||
"label": "Style", | ||
"name": "style", | ||
"type": "button_group", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": 0, | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"choices": { | ||
"has-label": "Has Label", | ||
"no-label": "No Label" | ||
}, | ||
"allow_null": 0, | ||
"default_value": "", | ||
"layout": "horizontal", | ||
"return_format": "value" | ||
}, | ||
{ | ||
"key": "field_62e526e90170c", | ||
"label": "Label Light", | ||
"name": "label_light", | ||
"type": "text", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_62e5288bec0fc", | ||
"operator": "!=", | ||
"value": "no-label" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"default_value": "", | ||
"placeholder": "Light", | ||
"prepend": "", | ||
"append": "", | ||
"maxlength": "" | ||
}, | ||
{ | ||
"key": "field_62e52802c52df", | ||
"label": "Label Dark", | ||
"name": "label_dark", | ||
"type": "text", | ||
"instructions": "", | ||
"required": 0, | ||
"conditional_logic": [ | ||
[ | ||
{ | ||
"field": "field_62e5288bec0fc", | ||
"operator": "!=", | ||
"value": "no-label" | ||
} | ||
] | ||
], | ||
"wrapper": { | ||
"width": "", | ||
"class": "", | ||
"id": "" | ||
}, | ||
"default_value": "", | ||
"placeholder": "Dark", | ||
"prepend": "", | ||
"append": "", | ||
"maxlength": "" | ||
} | ||
], | ||
"location": [ | ||
[ | ||
{ | ||
"param": "widget", | ||
"operator": "==", | ||
"value": "h_dark_toggle" | ||
} | ||
] | ||
], | ||
"menu_order": 0, | ||
"position": "normal", | ||
"style": "default", | ||
"label_placement": "top", | ||
"instruction_placement": "label", | ||
"hide_on_screen": "", | ||
"active": true, | ||
"description": "", | ||
"show_in_rest": 0, | ||
"modified": 1659185934 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.