Skip to content

Commit

Permalink
fix custom template selector in edit post/page
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed May 3, 2024
1 parent 27adaa5 commit 9a8420e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,16 @@
"name": "sidebar-left",
"title": "Sidebar (left)",
"postTypes": [ "post","page" ]
},
{
"name": "no-title",
"title": "No title",
"postTypes": [ "post","page" ]
},
{
"name": "no-header-footer",
"title": "No Header/Footer",
"postTypes": [ "post","page" ]
}
]
}

0 comments on commit 9a8420e

Please sign in to comment.