- Timestamp:
- 08/31/2022 10:11:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/data/themedir1/block-theme/styles/variation.json
r53072 r54036 1 1 { 2 "version": 2, 3 "settings": { 4 "color": { 5 "palette": [ 6 { 7 "slug": "foreground", 8 "color": "#3F67C6", 9 "name": "Foreground" 10 } 11 ] 12 } 13 }, 14 "styles": { 15 "blocks": { 16 "core/post-title": { 17 "typography": { 18 "fontWeight": "700" 19 } 20 } 21 } 22 } 2 "version": 2, 3 "title": "Block theme variation", 4 "settings": { 5 "color": { 6 "palette": [ 7 { 8 "slug": "foreground", 9 "color": "#3F67C6", 10 "name": "Foreground" 11 } 12 ] 13 } 14 }, 15 "styles": { 16 "blocks": { 17 "core/post-title": { 18 "typography": { 19 "fontWeight": "700" 20 } 21 } 22 } 23 } 23 24 }
Note: See TracChangeset
for help on using the changeset viewer.