TemplateSortBy
Sorting options for template catalog
Properties
string
"popularity""price_asc""price_desc""newest""oldest"
View JSON Schema
{
"type": "string",
"description": "Sorting options for template catalog",
"enum": [
"popularity",
"price_asc",
"price_desc",
"newest",
"oldest"
]
}