mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Layout style properties are stored using indirect values, rather than direct CSS properties. Allow users without the `unfiltered_html` capability to modify global styles using the indirect block spacing properties `contentSize`, `wideSize`, and `blockGap`, using a mapping of the eventual CSS property to the indirect property stored in `theme.json`. The mapped CSS property is then used for CSS validation. Props andrewserong, costdev, hellofromtonya, mamaduka, mmtr86. Fixes #57321. git-svn-id: https://develop.svn.wordpress.org/trunk@55345 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| base.php | ||
| customHeader.php | ||
| getThemeStarterContent.php | ||
| support.php | ||
| themeDir.php | ||
| wpAddGlobalStylesForBlocks.php | ||
| wpGetGlobalStylesheet.php | ||
| wpGetGlobalStylesSvgFilters.php | ||
| wpTheme.php | ||
| wpThemeGetAllowedFilters.php | ||
| wpThemeHasThemeJson.php | ||
| wpThemeJson.php | ||
| wpThemeJsonResolver.php | ||
| wpThemeJsonSchema.php | ||