our-work: add filter to posts query

This commit is contained in:
desmukh
2023-02-01 12:12:43 +05:00
parent 8a35c8a9ed
commit 817a6561e0
4 changed files with 90 additions and 23 deletions

View File

@ -22,6 +22,13 @@
"postTypes": [
"page"
]
},
{
"name": "blog",
"title": "Blog page",
"postTypes": [
"page"
]
}
],
"settings": {
@ -192,6 +199,10 @@
"name": "footer",
"title": "Footer",
"area": "footer"
},
{
"name": "useful-links",
"title": "Useful links"
}
]
}