Changeset 51538
- Timestamp:
- 08/03/2021 06:13:46 PM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r51443 r51538 180 180 */ 181 181 const ALLOWED_SETTINGS = array( 182 'border' => array( 183 'customRadius' => null, 184 ), 182 185 'color' => array( 183 186 'custom' => null, … … 212 215 */ 213 216 const ALLOWED_STYLES = array( 217 'border' => array( 218 'radius' => null, 219 ), 214 220 'color' => array( 215 221 'background' => null, -
trunk/src/wp-includes/theme.json
r51443 r51538 2 2 "version": 1, 3 3 "settings": { 4 "border": { 5 "customRadius": false 6 }, 4 7 "color": { 5 8 "custom": true, … … 210 213 } 211 214 ] 215 }, 216 "blocks": { 217 "core/button": { 218 "border": { 219 "customRadius": true 220 } 221 } 212 222 } 213 223 }
Note: See TracChangeset
for help on using the changeset viewer.