feat: create templace for services page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
16
theme.json
16
theme.json
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user