Skip to content

Commit

Permalink
Declare shadow presets as translatable in theme.json (#66675)
Browse files Browse the repository at this point in the history
Co-authored-by: d-alleyne <dalleyne@git.wordpress.org>
Co-authored-by: swissspidy <swissspidy@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org>
Co-authored-by: spacedmonkey <spacedmonkey@git.wordpress.org>
  • Loading branch information
6 people authored Dec 23, 2024
1 parent f78c60c commit b73c95d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backport-changelog/6.8/8031.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://github.com/WordPress/wordpress-develop/pull/8031

* https://github.com/WordPress/gutenberg/pull/66675
7 changes: 7 additions & 0 deletions lib/theme-i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
}
]
},
"shadow": {
"presets": [
{
"name": "Shadow name"
}
]
},
"blocks": {
"*": {
"typography": {
Expand Down

1 comment on commit b73c95d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in b73c95d.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12465652390
📝 Reported issues:

Please sign in to comment.