Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Custom templates listed #103

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,64 @@
"title": "Post Meta"
}
],
"customTemplates": [
{
"name": "home-portfolio",
"postTypes": [
"page"
],
"title": "Home Portfolio"
},
{
"name": "home-writer",
"postTypes": [
"page"
],
"title": "Home Writer"
},
{
"name": "page-no-title",
"postTypes": [
"page"
],
"title": "Page No Title"
},
{
"name": "page-writer",
"postTypes": [
"page"
],
"title": "Page Writer"
},
{
"name": "page-portfolio",
"postTypes": [
"page"
],
"title": "Page Portfolio"
},
{
"name": "page-alternative",
"postTypes": [
"page"
],
"title": "Page Alternative"
},
{
"name": "single-writer",
"postTypes": [
"page"
],
"title": "Single Writer"
},
{
"name": "single-with-sidebar",
"postTypes": [
"page"
],
"title": "Single with Sidebar"
}
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}