Editor: Add missing defaultDutone changes

Follow-up for [53129].

This PR backports the remaining `defaultDuotone` option changes added in the Gutenberg plugin. Related PRs: https://github.com/WordPress/gutenberg/pull/38681 and https://github.com/WordPress/gutenberg/pull/39966.

Props oandregal, ajlende.
See #55505.
 


Built from https://develop.svn.wordpress.org/trunk@53130


git-svn-id: http://core.svn.wordpress.org/trunk@52719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo 2022-04-11 11:01:00 +00:00
parent 9e3c5a4215
commit c6ad5a6945
2 changed files with 10 additions and 9 deletions

View File

@ -13,6 +13,7 @@
"custom": true, "custom": true,
"customDuotone": true, "customDuotone": true,
"customGradient": true, "customGradient": true,
"defaultDuotone": true,
"defaultGradients": true, "defaultGradients": true,
"defaultPalette": true, "defaultPalette": true,
"duotone": [ "duotone": [

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.0-alpha-53129'; $wp_version = '6.0-alpha-53130';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.