diff --git a/tt1-blocks/block-templates/page-home.html b/tt1-blocks/block-templates/page-home.html new file mode 100644 index 00000000..05fdbce6 --- /dev/null +++ b/tt1-blocks/block-templates/page-home.html @@ -0,0 +1,5 @@ + + + + + diff --git a/tt1-blocks/experimental-theme.json b/tt1-blocks/experimental-theme.json index aef4b57b..f40f5434 100644 --- a/tt1-blocks/experimental-theme.json +++ b/tt1-blocks/experimental-theme.json @@ -148,11 +148,11 @@ "name": "Normal" }, { - "slug": "medium", - "value": "500", - "name": "Medium" - }, - { + "slug": "medium", + "value": "500", + "name": "Medium" + }, + { "slug": "semibold", "value": 600, "name": "Semibold" @@ -304,5 +304,10 @@ "lineHeight": "var(--wp--custom--line-height--body)" } } + }, + "pageTemplates": { + "page-home": { + "title": "Page without title" + } } -} +} \ No newline at end of file