Changeset 57336
- Timestamp:
- 01/23/2024 01:05:08 PM (9 months ago)
- Location:
- trunk
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/theme.json
r53286 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 2, 3 4 "customTemplates": [ -
trunk/src/wp-includes/theme.json
r56643 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 2, 3 4 "settings": { -
trunk/tests/phpunit/data/blocks/hooked-block-error/block.json
r56607 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "name": "tests/hooked-block-error", 3 4 "description": "A block that throws an error because it tries to hook a block to itself.", -
trunk/tests/phpunit/data/blocks/notice/block.json
r56607 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "tests/notice", -
trunk/tests/phpunit/data/themedir1/block-theme-child-deprecated-path/theme.json
r56621 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/block-theme-child-with-fluid-layout/theme.json
r56503 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 2, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography-config/theme.json
r56535 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 2, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json
r54500 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 2, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/block-theme-child/blocks/example-block/block.json
r56683 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "title": "Example Theme Block", -
trunk/tests/phpunit/data/themedir1/block-theme-child/theme.json
r52049 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/block-theme-deprecated-path/theme.json
r53416 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/block-theme-non-latin/theme.json
r55294 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/block-theme-post-content-default/theme.json
r56629 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "title": "Block theme", -
trunk/tests/phpunit/data/themedir1/block-theme-with-hooked-blocks/blocks/hooked-after/block.json
r56759 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "title": "Hooked Block (after)", 2 4 "name": "tests/hooked-after", 3 5 "blockHooks": { -
trunk/tests/phpunit/data/themedir1/block-theme-with-hooked-blocks/blocks/hooked-before/block.json
r56759 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "title": "Hooked Block (before)", 2 4 "name": "tests/hooked-before", 3 5 "blockHooks": { -
trunk/tests/phpunit/data/themedir1/block-theme-with-hooked-blocks/blocks/hooked-first-child/block.json
r56759 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "title": "Hooked Block (first child)", 2 4 "name": "tests/hooked-first-child", 3 5 "blockHooks": { -
trunk/tests/phpunit/data/themedir1/block-theme-with-hooked-blocks/blocks/hooked-last-child/block.json
r56759 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "title": "Hooked Block (last child)", 2 4 "name": "tests/hooked-last-child", 3 5 "blockHooks": { -
trunk/tests/phpunit/data/themedir1/block-theme/blocks/example-block/block.json
r53091 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "title": "Example Theme Block", -
trunk/tests/phpunit/data/themedir1/block-theme/theme.json
r56254 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "title": "Block theme", -
trunk/tests/phpunit/data/themedir1/block_theme-[0.4.0]/theme.json
r52399 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/empty-fontface-theme/theme.json
r53282 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 2, 3 4 "customTemplates": [ -
trunk/tests/phpunit/data/themedir1/fonts-block-theme/theme.json
r56500 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 2, 3 4 "settings": { -
trunk/tests/phpunit/data/themedir1/subdir/block_theme-[1.0.0]/theme.json
r52399 r57336 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 2 3 "version": 1, 3 4 "settings": {
Note: See TracChangeset
for help on using the changeset viewer.