Changeset 52049 for trunk/src/wp-includes/theme.json
- Timestamp:
- 11/08/2021 07:18:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.json
r51538 r52049 1 1 { 2 "version": 1,2 "version": 2, 3 3 "settings": { 4 4 "border": { 5 "customRadius": false 5 "color": false, 6 "radius": false, 7 "style": false, 8 "width": false 6 9 }, 7 10 "color": { … … 10 13 "customGradient": true, 11 14 "link": false, 15 "background": true, 16 "text": true, 12 17 "duotone": [ 13 18 { … … 178 183 }, 179 184 "spacing": { 180 "customMargin": false, 181 "customPadding": false, 185 "blockGap": null, 186 "margin": false, 187 "padding": false, 182 188 "units": [ "px", "em", "rem", "vh", "vw", "%" ] 183 189 }, 184 190 "typography": { 185 191 "customFontSize": true, 186 "customLineHeight": false,187 192 "dropCap": true, 193 "fontStyle": true, 194 "fontWeight": true, 195 "letterSpacing": true, 196 "lineHeight": false, 197 "textDecoration": true, 198 "textTransform": true, 188 199 "fontSizes": [ 189 200 { … … 217 228 "core/button": { 218 229 "border": { 219 "customRadius": true 230 "radius": true 231 } 232 }, 233 "core/pullquote": { 234 "border": { 235 "color": true, 236 "radius": true, 237 "style": true, 238 "width": true 220 239 } 221 240 } 222 241 } 242 }, 243 "styles": { 244 "spacing": { "blockGap": "24px" } 223 245 } 224 246 }
Note: See TracChangeset
for help on using the changeset viewer.