Make WordPress Core

Changeset 57828 for branches/6.5


Ignore:
Timestamp:
03/13/2024 11:22:26 AM (2 years ago)
Author:
swissspidy
Message:

Editor: disable shadow.defaultPresets in default theme.json.

This is a follow-up to [57717] to ensure that classic themes without a theme.json file or without appearanceTools: true in theme.json do not have shadow controls by default.

Reviewed by youknowriad.
Merges [57827] to the to the 6.5 branch.

Props wildworks, vcanales, madhudollu, swissspidy, youknowriad.
Fixes #60633

Location:
branches/6.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

  • branches/6.5/src/wp-includes/theme.json

    r57336 r57828  
    192192                },
    193193                "shadow": {
    194                         "defaultPresets": true,
     194                        "defaultPresets": false,
    195195                        "presets": [
    196196                                {
Note: See TracChangeset for help on using the changeset viewer.