-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duotone: Allow users to specify custom filters #38442
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scruffian
added
the
[Feature] Design Tools
Tools that impact the appearance of blocks both to expand the number of tools and improve the experi
label
Feb 2, 2022
scruffian
requested review from
spacedmonkey and
TimothyBJacobs
as code owners
February 2, 2022 10:07
8 tasks
ajlende
approved these changes
Feb 2, 2022
Labeling this to be part of the next minor as per this conversation #38416 (comment) |
oandregal
added
the
Backport to WP Minor Release
Pull request that needs to be backported to a WordPress minor release
label
Feb 4, 2022
Mamaduka
removed
the
Backport to WP Minor Release
Pull request that needs to be backported to a WordPress minor release
label
Feb 16, 2022
Mamaduka
pushed a commit
that referenced
this pull request
Feb 16, 2022
pento
pushed a commit
to WordPress/wordpress-develop
that referenced
this pull request
Feb 17, 2022
This changeset is a backport for the following Gutenberg PRs: - Fix duotone theme cache: WordPress/gutenberg#36236 - Fix duotone render in non-fse themes gutenberg: WordPress/gutenberg#37954 - Duotone: Allow users to specify custom filters gutenberg: WordPress/gutenberg#38442 Props oandregal, scruffian, Mamaduka. Merges [52757] to the 5.9 branch. See #55179. git-svn-id: https://develop.svn.wordpress.org/branches/5.9@52759 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith
pushed a commit
to markjaquith/WordPress
that referenced
this pull request
Feb 17, 2022
This changeset is a backport for the following Gutenberg PRs: - Fix duotone theme cache: WordPress/gutenberg#36236 - Fix duotone render in non-fse themes gutenberg: WordPress/gutenberg#37954 - Duotone: Allow users to specify custom filters gutenberg: WordPress/gutenberg#38442 Props oandregal, scruffian, Mamaduka. Merges [52757] to the 5.9 branch. See #55179. Built from https://develop.svn.wordpress.org/branches/5.9@52759 git-svn-id: http://core.svn.wordpress.org/branches/5.9@52348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
gMagicScott
pushed a commit
to gMagicScott/core.wordpress-mirror
that referenced
this pull request
Feb 17, 2022
This changeset is a backport for the following Gutenberg PRs: - Fix duotone theme cache: WordPress/gutenberg#36236 - Fix duotone render in non-fse themes gutenberg: WordPress/gutenberg#37954 - Duotone: Allow users to specify custom filters gutenberg: WordPress/gutenberg#38442 Props oandregal, scruffian, Mamaduka. Merges [52757] to the 5.9 branch. See #55179. Built from https://develop.svn.wordpress.org/branches/5.9@52759 git-svn-id: https://core.svn.wordpress.org/branches/5.9@52348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
whereiscodedude
pushed a commit
to whereiscodedude/wpss
that referenced
this pull request
Sep 18, 2022
This changeset is a backport for the following Gutenberg PRs: - Fix duotone theme cache: WordPress/gutenberg#36236 - Fix duotone render in non-fse themes gutenberg: WordPress/gutenberg#37954 - Duotone: Allow users to specify custom filters gutenberg: WordPress/gutenberg#38442 Props oandregal, scruffian, Mamaduka. Merges [52757] to the 5.9 branch. See #55179. Built from https://develop.svn.wordpress.org/branches/5.9@52759
VenusPR
added a commit
to VenusPR/Wordpress_Richard
that referenced
this pull request
Mar 9, 2023
This changeset is a backport for the following Gutenberg PRs: - Fix duotone theme cache: WordPress/gutenberg#36236 - Fix duotone render in non-fse themes gutenberg: WordPress/gutenberg#37954 - Duotone: Allow users to specify custom filters gutenberg: WordPress/gutenberg#38442 Props oandregal, scruffian, Mamaduka. Merges [52757] to the 5.9 branch. See #55179. Built from https://develop.svn.wordpress.org/branches/5.9@52759 git-svn-id: http://core.svn.wordpress.org/branches/5.9@52348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] Design Tools
Tools that impact the appearance of blocks both to expand the number of tools and improve the experi
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In order to allow themes to specify their own custom duotone filters, we need to allow SVG to be output for filters defined in the custom key of the Global Styles json object.
How has this been tested?
Use the Skatepark theme
Open the customizer and select a custom color
Check that images have duotone applied with the new colors
Screenshots
Types of changes
New feature (non-breaking change which adds functionality)
Checklist:
*.native.js
files for terms that need renaming or removal).