From 0db2ddeb5860629c42b611e6b35316e401d1ba7f Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Fri, 9 Dec 2022 05:42:22 +0900 Subject: [PATCH] Empty Theme: Add the `$schema` property in `theme.json` and rename template directories (#46300) --- test/emptytheme/{block-template-parts => parts}/header.html | 0 test/emptytheme/{block-templates => templates}/category.html | 0 test/emptytheme/{block-templates => templates}/index.html | 0 test/emptytheme/{block-templates => templates}/singular.html | 0 test/emptytheme/theme.json | 1 + 5 files changed, 1 insertion(+) rename test/emptytheme/{block-template-parts => parts}/header.html (100%) rename test/emptytheme/{block-templates => templates}/category.html (100%) rename test/emptytheme/{block-templates => templates}/index.html (100%) rename test/emptytheme/{block-templates => templates}/singular.html (100%) diff --git a/test/emptytheme/block-template-parts/header.html b/test/emptytheme/parts/header.html similarity index 100% rename from test/emptytheme/block-template-parts/header.html rename to test/emptytheme/parts/header.html diff --git a/test/emptytheme/block-templates/category.html b/test/emptytheme/templates/category.html similarity index 100% rename from test/emptytheme/block-templates/category.html rename to test/emptytheme/templates/category.html diff --git a/test/emptytheme/block-templates/index.html b/test/emptytheme/templates/index.html similarity index 100% rename from test/emptytheme/block-templates/index.html rename to test/emptytheme/templates/index.html diff --git a/test/emptytheme/block-templates/singular.html b/test/emptytheme/templates/singular.html similarity index 100% rename from test/emptytheme/block-templates/singular.html rename to test/emptytheme/templates/singular.html diff --git a/test/emptytheme/theme.json b/test/emptytheme/theme.json index ed2d7b8d0946aa..b28e6c9f274b2f 100644 --- a/test/emptytheme/theme.json +++ b/test/emptytheme/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true,