feat: create templace for services page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
desmukh
2023-01-26 23:02:35 +05:00
parent 513576851e
commit 9719f37a4b
4 changed files with 264 additions and 2 deletions

View File

@ -4,10 +4,17 @@
"customTemplates": [
{
"name": "about",
"title": "About page",
"postTypes": [
"page"
],
"title": "About page"
]
},
{
"name": "services",
"title": "Services page",
"postTypes": [
"page"
]
}
],
"settings": {
@ -46,6 +53,11 @@
"slug": "contrast-text",
"color": "#FFF",
"name": "Contrast text"
},
{
"slug": "orange",
"color": "#FF7613",
"name": "Orange"
}
]
},