diff --git a/lib/theme.json b/lib/theme.json index 671dd50227852b..c2ed7fdca39ed5 100644 --- a/lib/theme.json +++ b/lib/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": false, diff --git a/packages/e2e-tests/plugins/iframed-block/block.json b/packages/e2e-tests/plugins/iframed-block/block.json index 85f86dea8131d9..0665636a253af2 100644 --- a/packages/e2e-tests/plugins/iframed-block/block.json +++ b/packages/e2e-tests/plugins/iframed-block/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "test/iframed-block", "title": "Iframed Block", diff --git a/packages/e2e-tests/plugins/iframed-inline-styles/block.json b/packages/e2e-tests/plugins/iframed-inline-styles/block.json index 293b5af5e971f4..1231f1d33404bc 100644 --- a/packages/e2e-tests/plugins/iframed-inline-styles/block.json +++ b/packages/e2e-tests/plugins/iframed-inline-styles/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "test/iframed-inline-styles", "title": "Iframed Inline Styles", diff --git a/packages/e2e-tests/plugins/iframed-masonry-block/block.json b/packages/e2e-tests/plugins/iframed-masonry-block/block.json index b9b3f17234e30d..a77600805752cd 100644 --- a/packages/e2e-tests/plugins/iframed-masonry-block/block.json +++ b/packages/e2e-tests/plugins/iframed-masonry-block/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "test/iframed-masonry-block", "title": "Iframed Masonry Block", diff --git a/packages/e2e-tests/plugins/iframed-multiple-stylesheets/block.json b/packages/e2e-tests/plugins/iframed-multiple-stylesheets/block.json index 4db03f471177d7..82d60867af99e2 100644 --- a/packages/e2e-tests/plugins/iframed-multiple-stylesheets/block.json +++ b/packages/e2e-tests/plugins/iframed-multiple-stylesheets/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "test/iframed-multiple-stylesheets", "title": "Iframed Multiple Stylesheets", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-bind/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-bind/block.json index f0775cecd8ae69..ed7df314224623 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-bind/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-bind/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-bind", "title": "E2E Interactivity tests - directive bind", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-body/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-body/block.json index 61b48396be08ae..44ae61f90d10b8 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-body/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-body/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-body", "title": "E2E Interactivity tests - directive body", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-class/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-class/block.json index af2764db986919..ed38c4c4cc899a 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-class/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-class/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-class", "title": "E2E Interactivity tests - directive class", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-context/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-context/block.json index 1b3c448cc62aac..4936761deeb5ed 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-context/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-context/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-context", "title": "E2E Interactivity tests - directive context", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-init/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-init/block.json index a7e195d2e4884a..852269a49ce5b2 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-init/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-init/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-init", "title": "E2E Interactivity tests - directive init", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-key/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-key/block.json index 0cbdd065e63a1d..4a15051f8f5f60 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-key/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-key/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-key", "title": "E2E Interactivity tests - directive key", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-on/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-on/block.json index b9d8aa5f9ce57d..bb7c1abf48717b 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-on/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-on/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-on", "title": "E2E Interactivity tests - directive on", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-priorities/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-priorities/block.json index c7361c3d5f121a..12b107956f0c6a 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-priorities/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-priorities/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-priorities", "title": "E2E Interactivity tests - directive priorities", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-slots/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-slots/block.json index f79f89a6e81b8a..6139c4e0620409 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-slots/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-slots/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-slots", "title": "E2E Interactivity tests - directive slots", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-style/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-style/block.json index 6cbfa57b0784f1..59e9c39f9e01e2 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-style/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-style/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-style", "title": "E2E Interactivity tests - directive style", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-text/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-text/block.json index 7295849b9912d7..a64eb3fdc9161c 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-text/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-text/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-text", "title": "E2E Interactivity tests - directive text", diff --git a/packages/e2e-tests/plugins/interactive-blocks/directive-watch/block.json b/packages/e2e-tests/plugins/interactive-blocks/directive-watch/block.json index 89285837ede3e4..a99d2e9df8a5a9 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/directive-watch/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/directive-watch/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/directive-watch", "title": "E2E Interactivity tests - directive watch", diff --git a/packages/e2e-tests/plugins/interactive-blocks/negation-operator/block.json b/packages/e2e-tests/plugins/interactive-blocks/negation-operator/block.json index 68da53367ad63a..7f1aae30a70693 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/negation-operator/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/negation-operator/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/negation-operator", "title": "E2E Interactivity tests - negation operator", diff --git a/packages/e2e-tests/plugins/interactive-blocks/router-navigate/block.json b/packages/e2e-tests/plugins/interactive-blocks/router-navigate/block.json index bdb5a19e030624..f602917587461c 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/router-navigate/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/router-navigate/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/router-navigate", "title": "E2E Interactivity tests - router navigate", diff --git a/packages/e2e-tests/plugins/interactive-blocks/router-regions/block.json b/packages/e2e-tests/plugins/interactive-blocks/router-regions/block.json index 44cc260d87d3f6..30776eacad7517 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/router-regions/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/router-regions/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/router-regions", "title": "E2E Interactivity tests - router regions", diff --git a/packages/e2e-tests/plugins/interactive-blocks/store-tag/block.json b/packages/e2e-tests/plugins/interactive-blocks/store-tag/block.json index 4611288de796c9..cdf595f74c6c66 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/store-tag/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/store-tag/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/store-tag", "title": "E2E Interactivity tests - store tag", diff --git a/packages/e2e-tests/plugins/interactive-blocks/tovdom-islands/block.json b/packages/e2e-tests/plugins/interactive-blocks/tovdom-islands/block.json index fb852acefb9116..b06aa2dda95a1c 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/tovdom-islands/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/tovdom-islands/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/tovdom-islands", "title": "E2E Interactivity tests - tovdom islands", diff --git a/packages/e2e-tests/plugins/interactive-blocks/tovdom/block.json b/packages/e2e-tests/plugins/interactive-blocks/tovdom/block.json index b685919e164821..b46017039375f4 100644 --- a/packages/e2e-tests/plugins/interactive-blocks/tovdom/block.json +++ b/packages/e2e-tests/plugins/interactive-blocks/tovdom/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "test/tovdom", "title": "E2E Interactivity tests - tovdom", diff --git a/packages/edit-widgets/src/blocks/widget-area/block.json b/packages/edit-widgets/src/blocks/widget-area/block.json index 448bf1e8e7357c..040cf9e5055aa2 100644 --- a/packages/edit-widgets/src/blocks/widget-area/block.json +++ b/packages/edit-widgets/src/blocks/widget-area/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "name": "core/widget-area", "category": "widgets", "attributes": { diff --git a/packages/widgets/src/blocks/legacy-widget/block.json b/packages/widgets/src/blocks/legacy-widget/block.json index 6b0c1e2a916fdd..a03eb090633fc7 100644 --- a/packages/widgets/src/blocks/legacy-widget/block.json +++ b/packages/widgets/src/blocks/legacy-widget/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/legacy-widget", "title": "Legacy Widget", diff --git a/packages/widgets/src/blocks/widget-group/block.json b/packages/widgets/src/blocks/widget-group/block.json index c29e811554ac11..0e59e58aca2248 100644 --- a/packages/widgets/src/blocks/widget-group/block.json +++ b/packages/widgets/src/blocks/widget-group/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/widget-group", "category": "widgets", diff --git a/phpunit/data/themedir1/block-theme-child-with-fluid-layout/theme.json b/phpunit/data/themedir1/block-theme-child-with-fluid-layout/theme.json index 6985da16c60636..710ec336df70b2 100644 --- a/phpunit/data/themedir1/block-theme-child-with-fluid-layout/theme.json +++ b/phpunit/data/themedir1/block-theme-child-with-fluid-layout/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true, diff --git a/phpunit/data/themedir1/block-theme-child-with-fluid-typography-config/theme.json b/phpunit/data/themedir1/block-theme-child-with-fluid-typography-config/theme.json index 65ed480f20e166..dcd3745f1630cc 100644 --- a/phpunit/data/themedir1/block-theme-child-with-fluid-typography-config/theme.json +++ b/phpunit/data/themedir1/block-theme-child-with-fluid-typography-config/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true, diff --git a/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json b/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json index 93234766eddd2a..7b345242702956 100644 --- a/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json +++ b/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true, diff --git a/phpunit/data/themedir1/block-theme-child/theme.json b/phpunit/data/themedir1/block-theme-child/theme.json index ebfa68d9f74811..1157fa91280303 100644 --- a/phpunit/data/themedir1/block-theme-child/theme.json +++ b/phpunit/data/themedir1/block-theme-child/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "color": { diff --git a/phpunit/data/themedir1/block-theme/theme.json b/phpunit/data/themedir1/block-theme/theme.json index aa9f93a3c0aa1a..78c7ff4768cf60 100644 --- a/phpunit/data/themedir1/block-theme/theme.json +++ b/phpunit/data/themedir1/block-theme/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "color": { diff --git a/phpunit/data/themedir1/fonts-block-theme/theme.json b/phpunit/data/themedir1/fonts-block-theme/theme.json index a8212b79e139dd..a5d40da2b5bb2e 100644 --- a/phpunit/data/themedir1/fonts-block-theme/theme.json +++ b/phpunit/data/themedir1/fonts-block-theme/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true, diff --git a/phpunit/fixtures/block.json b/phpunit/fixtures/block.json index 2ab91788dc0d43..f4ef1b313c4e5f 100644 --- a/phpunit/fixtures/block.json +++ b/phpunit/fixtures/block.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "my-plugin/notice", "title": "Notice", @@ -11,7 +12,7 @@ "icon": "star", "description": "Shows warning, error or success notices…", "keywords": [ "alert", "message" ], - "textDomain": "my-plugin", + "textdomain": "my-plugin", "attributes": { "message": { "type": "string", diff --git a/phpunit/fixtures/hooked-block/block.json b/phpunit/fixtures/hooked-block/block.json index 0d97cf8b8bac61..791bc7b0a7dba5 100644 --- a/phpunit/fixtures/hooked-block/block.json +++ b/phpunit/fixtures/hooked-block/block.json @@ -1,4 +1,6 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", + "title": "Hooked Block", "name": "tests/hooked-block", "blockHooks": { "tests/group-first-child": "firstChild", diff --git a/test/gutenberg-test-themes/style-variations/theme.json b/test/gutenberg-test-themes/style-variations/theme.json index 5fa12e236592d8..f0fc1ae54042a2 100644 --- a/test/gutenberg-test-themes/style-variations/theme.json +++ b/test/gutenberg-test-themes/style-variations/theme.json @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "styles": { "color": {