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

Commit

Permalink
Merge pull request #103 from maneshtimilsina/custom-templates-listing
Browse files Browse the repository at this point in the history
Custom templates listed
  • Loading branch information
MaggieCabrera authored Aug 29, 2023
2 parents 628fa17 + 2872d18 commit fc2f3fe
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,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"
}

0 comments on commit fc2f3fe

Please sign in to comment.