Bundled Themes: Update schema version in style variation files.
This ensures that settings and styles are properly handled by code editors that support schema. Reference: [https://developer.wordpress.org/block-editor/reference-guides/theme-json-reference/theme-json-v2/#json-schema Theme.json Version 2 Reference: JSON Schema]. Follow-up to [58403]. Props poena, umeshsinghin. Fixes #61789. Built from https://develop.svn.wordpress.org/trunk@58835 git-svn-id: http://core.svn.wordpress.org/trunk@58231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38fdd7bb3a
commit
2602d78021
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Ember",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Fossil",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Ice",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Maelstrom",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Mint",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Onyx",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Rust",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Aubergine",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Block out",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Canary",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Electric",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Grapes",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Marigold",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Pilgrimage",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Pitch",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Sherbet",
|
||||
"settings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Whisper",
|
||||
"settings": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Blue",
|
||||
"settings": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Pink",
|
||||
"settings": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
|
||||
"version": 2,
|
||||
"title": "Swiss",
|
||||
"settings": {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58834';
|
||||
$wp_version = '6.7-alpha-58835';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue