Make WordPress Core


Ignore:
Timestamp:
11/08/2021 07:18:39 PM (3 years ago)
Author:
jorgefilipecosta
Message:

Update theme.json classes for WordPress 5.9.

This commit ports to core the changes to the classes that deal with theme.json code.

See #54336.
Props oandregal, spacedmonkey, noisysocks, hellofromtonya, youknowriad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-i18n.json

    r50959 r52049  
    55                    {
    66                        "name": "Font size name"
     7                    }
     8                ],
     9                "fontFamilies": [
     10                    {
     11                        "name": "Font family name"
    712                    }
    813                ]
     
    3237                            "name": "Font size name"
    3338                        }
     39                    ],
     40                    "fontFamilies": [
     41                        {
     42                            "name": "Font family name"
     43                        }
    3444                    ]
    3545                },
     
    4858            }
    4959        }
    50     }
     60    },
     61    "customTemplates": [
     62        {
     63            "title": "Custom template name"
     64        }
     65    ],
     66    "templateParts": [
     67        {
     68            "title": "Template part name"
     69        }
     70    ]
    5171}
Note: See TracChangeset for help on using the changeset viewer.