Changeset 3227267
- Timestamp:
- 01/23/2025 08:53:51 AM (14 months ago)
- Location:
- easy-block-acf-pro-addon
- Files:
-
- 4 edited
-
tags/1.1.1/blocks/action-popup/block.php (modified) (2 diffs)
-
tags/1.1.1/blocks/action-popup/eg-action-popup-style.css (modified) (1 diff)
-
trunk/blocks/action-popup/block.php (modified) (2 diffs)
-
trunk/blocks/action-popup/eg-action-popup-style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-block-acf-pro-addon/tags/1.1.1/blocks/action-popup/block.php
r3227252 r3227267 128 128 'type' => 'wysiwyg', 129 129 'instructions' => '', 130 'required' => 0,130 'required' => 1, 131 131 'conditional_logic' => 0, 132 132 'wrapper' => array( … … 139 139 'tabs' => 'all', 140 140 'toolbar' => 'full', 141 'media_upload' => 0,141 'media_upload' => 1, 142 142 'delay' => 0, 143 143 ), -
easy-block-acf-pro-addon/tags/1.1.1/blocks/action-popup/eg-action-popup-style.css
r3227252 r3227267 171 171 } 172 172 .egacf-action-popup-right h4.egacf-action-popup-right-title { 173 margin-bottom: 30px;173 margin-bottom: 20px; 174 174 } 175 175 .egacf-action-popup-block input[type=text], -
easy-block-acf-pro-addon/trunk/blocks/action-popup/block.php
r3227229 r3227267 128 128 'type' => 'wysiwyg', 129 129 'instructions' => '', 130 'required' => 0,130 'required' => 1, 131 131 'conditional_logic' => 0, 132 132 'wrapper' => array( … … 139 139 'tabs' => 'all', 140 140 'toolbar' => 'full', 141 'media_upload' => 0,141 'media_upload' => 1, 142 142 'delay' => 0, 143 143 ), -
easy-block-acf-pro-addon/trunk/blocks/action-popup/eg-action-popup-style.css
r3227247 r3227267 171 171 } 172 172 .egacf-action-popup-right h4.egacf-action-popup-right-title { 173 margin-bottom: 30px;173 margin-bottom: 20px; 174 174 } 175 175 .egacf-action-popup-block input[type=text],
Note: See TracChangeset
for help on using the changeset viewer.