2021-05-24 10:37:55 +02:00
|
|
|
{
|
2024-01-23 14:07:16 +01:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
2021-11-08 20:19:58 +01:00
|
|
|
"version": 2,
|
2021-05-24 10:37:55 +02:00
|
|
|
"settings": {
|
2021-11-30 01:24:27 +01:00
|
|
|
"appearanceTools": false,
|
Editor: Backport foundation for Layout block support refactor (part 1).
Backports the following changes from the Gutenberg repository:
* [WordPress/gutenberg/40875 gutenberg/40875] Layout: Use semantic classnames, centralize layout definitions, reduce duplication, and fix blockGap in theme.json
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42087 gutenberg/42087] Theme.json: Add block support feature level selectors for blocks gutenberg/42087
* [WordPress/gutenberg/43792 gutenberg/43792] Global Styles: Split root layout rules into a different function gutenberg/43792
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42665 gutenberg/42665] Layout: Reduce specificity of fallback blockGap styles gutenberg/42665
* [WordPress/gutenberg/42085 gutenberg/42085] Core CSS support for root padding and alignfull blocks gutenberg/42085
Notes:
* It doesn't entirely port over PR 40875 — the remaining PHP changes for that PR will be explored in a separate PR targeting `layout.php`.
* [54159] was reverted in [54160] due to PHPUnit test failures for tests added by the commit. Later, tests passed when applied on top of `trunk`. There were various outages today of upstream `wp-env` dependencies, which likely were the root cause of the earlier failures. For historical tracking and to make sure, recommitting [54159] but instead on top of current `trunk`. See PR 3205 for more details.
* Giving additional props for those who did a deep dive investigation into the failed tests.
Follow-up to [54160], [54159].
Props andrewserong, aaronrobertshaw, isabel_brison, bernhard-reiter, hellofromTonya.
See #56467.
Built from https://develop.svn.wordpress.org/trunk@54162
git-svn-id: http://core.svn.wordpress.org/trunk@53721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-14 20:44:09 +02:00
|
|
|
"useRootPaddingAwareAlignments": false,
|
2021-08-03 20:14:58 +02:00
|
|
|
"border": {
|
2021-11-08 20:19:58 +01:00
|
|
|
"color": false,
|
|
|
|
"radius": false,
|
|
|
|
"style": false,
|
|
|
|
"width": false
|
2021-08-03 20:14:58 +02:00
|
|
|
},
|
2021-05-24 10:37:55 +02:00
|
|
|
"color": {
|
2021-11-30 01:24:27 +01:00
|
|
|
"background": true,
|
2023-06-26 03:15:21 +02:00
|
|
|
"button": true,
|
|
|
|
"caption": true,
|
2021-05-24 10:37:55 +02:00
|
|
|
"custom": true,
|
2021-07-13 18:41:28 +02:00
|
|
|
"customDuotone": true,
|
Editor: Backport foundation for Layout block support refactor (part 1).
Backports the following changes from the Gutenberg repository:
* [WordPress/gutenberg/40875 gutenberg/40875] Layout: Use semantic classnames, centralize layout definitions, reduce duplication, and fix blockGap in theme.json
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42087 gutenberg/42087] Theme.json: Add block support feature level selectors for blocks gutenberg/42087
* [WordPress/gutenberg/43792 gutenberg/43792] Global Styles: Split root layout rules into a different function gutenberg/43792
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42665 gutenberg/42665] Layout: Reduce specificity of fallback blockGap styles gutenberg/42665
* [WordPress/gutenberg/42085 gutenberg/42085] Core CSS support for root padding and alignfull blocks gutenberg/42085
Notes:
* It doesn't entirely port over PR 40875 — the remaining PHP changes for that PR will be explored in a separate PR targeting `layout.php`.
* [54159] was reverted in [54160] due to PHPUnit test failures for tests added by the commit. Later, tests passed when applied on top of `trunk`. There were various outages today of upstream `wp-env` dependencies, which likely were the root cause of the earlier failures. For historical tracking and to make sure, recommitting [54159] but instead on top of current `trunk`. See PR 3205 for more details.
* Giving additional props for those who did a deep dive investigation into the failed tests.
Follow-up to [54160], [54159].
Props andrewserong, aaronrobertshaw, isabel_brison, bernhard-reiter, hellofromTonya.
See #56467.
Built from https://develop.svn.wordpress.org/trunk@54162
git-svn-id: http://core.svn.wordpress.org/trunk@53721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-14 20:44:09 +02:00
|
|
|
"customGradient": true,
|
|
|
|
"defaultDuotone": true,
|
2021-11-30 01:24:27 +01:00
|
|
|
"defaultGradients": true,
|
|
|
|
"defaultPalette": true,
|
2021-05-24 10:37:55 +02:00
|
|
|
"duotone": [
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Dark grayscale",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#000000", "#7f7f7f" ],
|
|
|
|
"slug": "dark-grayscale"
|
|
|
|
},
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Grayscale",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#000000", "#ffffff" ],
|
|
|
|
"slug": "grayscale"
|
|
|
|
},
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Purple and yellow",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#8c00b7", "#fcff41" ],
|
|
|
|
"slug": "purple-yellow"
|
|
|
|
},
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Blue and red",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#000097", "#ff4747" ],
|
|
|
|
"slug": "blue-red"
|
|
|
|
},
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Midnight",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#000000", "#00a5ff" ],
|
|
|
|
"slug": "midnight"
|
|
|
|
},
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Magenta and yellow",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#c7005a", "#fff278" ],
|
|
|
|
"slug": "magenta-yellow"
|
|
|
|
},
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Purple and green",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#a60072", "#67ff66" ],
|
|
|
|
"slug": "purple-green"
|
|
|
|
},
|
|
|
|
{
|
2022-04-11 13:55:00 +02:00
|
|
|
"name": "Blue and orange",
|
2021-05-24 10:37:55 +02:00
|
|
|
"colors": [ "#1900d8", "#ffa96b" ],
|
|
|
|
"slug": "blue-orange"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"gradients": [
|
|
|
|
{
|
|
|
|
"name": "Vivid cyan blue to vivid purple",
|
|
|
|
"gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "vivid-cyan-blue-to-vivid-purple"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Light green cyan to vivid green cyan",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "light-green-cyan-to-vivid-green-cyan"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Luminous vivid amber to luminous vivid orange",
|
|
|
|
"gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "luminous-vivid-amber-to-luminous-vivid-orange"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Luminous vivid orange to vivid red",
|
|
|
|
"gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "luminous-vivid-orange-to-vivid-red"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Very light gray to cyan bluish gray",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "very-light-gray-to-cyan-bluish-gray"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Cool to warm spectrum",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "cool-to-warm-spectrum"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Blush light purple",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "blush-light-purple"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Blush bordeaux",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "blush-bordeaux"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Luminous dusk",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "luminous-dusk"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pale ocean",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "pale-ocean"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Electric grass",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "electric-grass"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Midnight",
|
|
|
|
"gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
|
2021-06-15 10:52:30 +02:00
|
|
|
"slug": "midnight"
|
2021-05-24 10:37:55 +02:00
|
|
|
}
|
|
|
|
],
|
2023-06-26 03:15:21 +02:00
|
|
|
"heading": true,
|
2021-11-30 01:24:27 +01:00
|
|
|
"link": false,
|
2021-05-24 10:37:55 +02:00
|
|
|
"palette": [
|
|
|
|
{
|
|
|
|
"name": "Black",
|
|
|
|
"slug": "black",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#000000"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Cyan bluish gray",
|
|
|
|
"slug": "cyan-bluish-gray",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#abb8c3"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "White",
|
|
|
|
"slug": "white",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#ffffff"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pale pink",
|
|
|
|
"slug": "pale-pink",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#f78da7"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Vivid red",
|
|
|
|
"slug": "vivid-red",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#cf2e2e"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Luminous vivid orange",
|
|
|
|
"slug": "luminous-vivid-orange",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#ff6900"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Luminous vivid amber",
|
|
|
|
"slug": "luminous-vivid-amber",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#fcb900"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Light green cyan",
|
|
|
|
"slug": "light-green-cyan",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#7bdcb5"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Vivid green cyan",
|
|
|
|
"slug": "vivid-green-cyan",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#00d084"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pale cyan blue",
|
|
|
|
"slug": "pale-cyan-blue",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#8ed1fc"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Vivid cyan blue",
|
|
|
|
"slug": "vivid-cyan-blue",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#0693e3"
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Vivid purple",
|
|
|
|
"slug": "vivid-purple",
|
2021-06-15 10:52:30 +02:00
|
|
|
"color": "#9b51e0"
|
2021-05-24 10:37:55 +02:00
|
|
|
}
|
2021-11-30 01:24:27 +01:00
|
|
|
],
|
|
|
|
"text": true
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
2023-02-01 19:07:12 +01:00
|
|
|
"shadow": {
|
2024-03-27 17:00:12 +01:00
|
|
|
"defaultPresets": true,
|
2023-02-01 19:07:12 +01:00
|
|
|
"presets": [
|
|
|
|
{
|
|
|
|
"name": "Natural",
|
|
|
|
"slug": "natural",
|
Themes: Add 3 and update 2 shadow presets in `theme.json`.
Adds Deep, Outlined, and Crisp default shadow presets to Core's `theme.json` file.
Updates the Natural and Sharp `'shadow'` styles.
These shadow presets are used to populate the Shadow tools in the Site Editor's Global Styles UI.
References:
* [https://github.com/WordPress/gutenberg/pull/46502 Gutenberg PR 46502]
Follow-up to [55176].
Props franz00, madhudollu, ajlende, beafialho, costdev, dhrupo, fabiankaegy, hellofromTonya, jameskoster, joen, kellychoffman, mamaduka, mtias, oandregal, priethor, richtabor, scruffian.
Fixes #57708.
See #57559.
Built from https://develop.svn.wordpress.org/trunk@55405
git-svn-id: http://core.svn.wordpress.org/trunk@54938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-02-22 17:00:21 +01:00
|
|
|
"shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Deep",
|
|
|
|
"slug": "deep",
|
|
|
|
"shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
|
2023-02-01 19:07:12 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sharp",
|
|
|
|
"slug": "sharp",
|
Themes: Add 3 and update 2 shadow presets in `theme.json`.
Adds Deep, Outlined, and Crisp default shadow presets to Core's `theme.json` file.
Updates the Natural and Sharp `'shadow'` styles.
These shadow presets are used to populate the Shadow tools in the Site Editor's Global Styles UI.
References:
* [https://github.com/WordPress/gutenberg/pull/46502 Gutenberg PR 46502]
Follow-up to [55176].
Props franz00, madhudollu, ajlende, beafialho, costdev, dhrupo, fabiankaegy, hellofromTonya, jameskoster, joen, kellychoffman, mamaduka, mtias, oandregal, priethor, richtabor, scruffian.
Fixes #57708.
See #57559.
Built from https://develop.svn.wordpress.org/trunk@55405
git-svn-id: http://core.svn.wordpress.org/trunk@54938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-02-22 17:00:21 +01:00
|
|
|
"shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Outlined",
|
|
|
|
"slug": "outlined",
|
|
|
|
"shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Crisp",
|
|
|
|
"slug": "crisp",
|
|
|
|
"shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
|
2023-02-01 19:07:12 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-05-24 10:37:55 +02:00
|
|
|
"spacing": {
|
2021-11-08 20:19:58 +01:00
|
|
|
"blockGap": null,
|
|
|
|
"margin": false,
|
|
|
|
"padding": false,
|
Editor: Backport foundation for Layout block support refactor (part 1).
Backports the following changes from the Gutenberg repository:
* [WordPress/gutenberg/40875 gutenberg/40875] Layout: Use semantic classnames, centralize layout definitions, reduce duplication, and fix blockGap in theme.json
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42087 gutenberg/42087] Theme.json: Add block support feature level selectors for blocks gutenberg/42087
* [WordPress/gutenberg/43792 gutenberg/43792] Global Styles: Split root layout rules into a different function gutenberg/43792
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42665 gutenberg/42665] Layout: Reduce specificity of fallback blockGap styles gutenberg/42665
* [WordPress/gutenberg/42085 gutenberg/42085] Core CSS support for root padding and alignfull blocks gutenberg/42085
Notes:
* It doesn't entirely port over PR 40875 — the remaining PHP changes for that PR will be explored in a separate PR targeting `layout.php`.
* [54159] was reverted in [54160] due to PHPUnit test failures for tests added by the commit. Later, tests passed when applied on top of `trunk`. There were various outages today of upstream `wp-env` dependencies, which likely were the root cause of the earlier failures. For historical tracking and to make sure, recommitting [54159] but instead on top of current `trunk`. See PR 3205 for more details.
* Giving additional props for those who did a deep dive investigation into the failed tests.
Follow-up to [54160], [54159].
Props andrewserong, aaronrobertshaw, isabel_brison, bernhard-reiter, hellofromTonya.
See #56467.
Built from https://develop.svn.wordpress.org/trunk@54162
git-svn-id: http://core.svn.wordpress.org/trunk@53721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-14 20:44:09 +02:00
|
|
|
"customSpacingSize": true,
|
|
|
|
"units": [ "px", "em", "rem", "vh", "vw", "%" ],
|
|
|
|
"spacingScale": {
|
|
|
|
"operator": "*",
|
|
|
|
"increment": 1.5,
|
|
|
|
"steps": 7,
|
|
|
|
"mediumStep": 1.5,
|
|
|
|
"unit": "rem"
|
|
|
|
}
|
2021-05-24 10:37:55 +02:00
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"customFontSize": true,
|
|
|
|
"dropCap": true,
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
|
|
|
"name": "Small",
|
|
|
|
"slug": "small",
|
|
|
|
"size": "13px"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Medium",
|
|
|
|
"slug": "medium",
|
|
|
|
"size": "20px"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Large",
|
|
|
|
"slug": "large",
|
|
|
|
"size": "36px"
|
|
|
|
},
|
|
|
|
{
|
2021-12-21 08:02:34 +01:00
|
|
|
"name": "Extra Large",
|
|
|
|
"slug": "x-large",
|
2021-05-24 10:37:55 +02:00
|
|
|
"size": "42px"
|
|
|
|
}
|
2021-11-30 01:24:27 +01:00
|
|
|
],
|
|
|
|
"fontStyle": true,
|
|
|
|
"fontWeight": true,
|
|
|
|
"letterSpacing": true,
|
|
|
|
"lineHeight": false,
|
|
|
|
"textDecoration": true,
|
2023-09-18 08:49:20 +02:00
|
|
|
"textTransform": true,
|
|
|
|
"writingMode": false
|
2021-08-03 20:14:58 +02:00
|
|
|
},
|
|
|
|
"blocks": {
|
|
|
|
"core/button": {
|
|
|
|
"border": {
|
2021-11-08 20:19:58 +01:00
|
|
|
"radius": true
|
|
|
|
}
|
|
|
|
},
|
2023-09-21 08:35:20 +02:00
|
|
|
"core/image": {
|
|
|
|
"lightbox": {
|
|
|
|
"allowEditing": true
|
|
|
|
}
|
|
|
|
},
|
2021-11-08 20:19:58 +01:00
|
|
|
"core/pullquote": {
|
|
|
|
"border": {
|
|
|
|
"color": true,
|
|
|
|
"radius": true,
|
|
|
|
"style": true,
|
|
|
|
"width": true
|
2021-08-03 20:14:58 +02:00
|
|
|
}
|
|
|
|
}
|
2021-05-24 10:37:55 +02:00
|
|
|
}
|
2021-11-08 20:19:58 +01:00
|
|
|
},
|
|
|
|
"styles": {
|
Editor: Backport foundation for Layout block support refactor (part 1).
Backports the following changes from the Gutenberg repository:
* [WordPress/gutenberg/40875 gutenberg/40875] Layout: Use semantic classnames, centralize layout definitions, reduce duplication, and fix blockGap in theme.json
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42087 gutenberg/42087] Theme.json: Add block support feature level selectors for blocks gutenberg/42087
* [WordPress/gutenberg/43792 gutenberg/43792] Global Styles: Split root layout rules into a different function gutenberg/43792
* [WordPress/gutenberg/42544 gutenberg/42544] Layout: Add a disable-layout-styles theme supports flag to opt out of all layout styles gutenberg/42544
* [WordPress/gutenberg/42665 gutenberg/42665] Layout: Reduce specificity of fallback blockGap styles gutenberg/42665
* [WordPress/gutenberg/42085 gutenberg/42085] Core CSS support for root padding and alignfull blocks gutenberg/42085
Notes:
* It doesn't entirely port over PR 40875 — the remaining PHP changes for that PR will be explored in a separate PR targeting `layout.php`.
* [54159] was reverted in [54160] due to PHPUnit test failures for tests added by the commit. Later, tests passed when applied on top of `trunk`. There were various outages today of upstream `wp-env` dependencies, which likely were the root cause of the earlier failures. For historical tracking and to make sure, recommitting [54159] but instead on top of current `trunk`. See PR 3205 for more details.
* Giving additional props for those who did a deep dive investigation into the failed tests.
Follow-up to [54160], [54159].
Props andrewserong, aaronrobertshaw, isabel_brison, bernhard-reiter, hellofromTonya.
See #56467.
Built from https://develop.svn.wordpress.org/trunk@54162
git-svn-id: http://core.svn.wordpress.org/trunk@53721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-14 20:44:09 +02:00
|
|
|
"elements": {
|
|
|
|
"button": {
|
|
|
|
"color": {
|
|
|
|
"text": "#fff",
|
|
|
|
"background": "#32373c"
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "inherit",
|
|
|
|
"fontFamily": "inherit",
|
|
|
|
"lineHeight": "inherit",
|
|
|
|
"textDecoration": "none"
|
|
|
|
},
|
|
|
|
"border": {
|
|
|
|
"width": "0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"typography": {
|
|
|
|
"textDecoration": "underline"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"blockGap": "24px",
|
|
|
|
"padding": {
|
|
|
|
"top": "0px",
|
|
|
|
"right": "0px",
|
|
|
|
"bottom": "0px",
|
|
|
|
"left": "0px"
|
|
|
|
}
|
|
|
|
}
|
2021-05-24 10:37:55 +02:00
|
|
|
}
|
|
|
|
}
|