Collection of all CMS Categories
Fields
| Field alias | Description | Data type | Editable |
|---|---|---|---|
| active | active | boolean | yes |
| canWrite | write permission | boolean | |
| created | date created | datetime | yes |
| description | description | string | yes |
| friendlyUrl | friendly URL | string | yes |
| id | id | number | |
| level | level | number | |
| metaDescription | meta description | string | yes |
| metaKeywords | meta keywords | array[string] | |
| metaTitle | meta title | string | yes |
| name | name | string | yes |
| position | position | number | yes |
| shopId | shop id | number | |
| updated | date updated | datetime | yes |
Common expressions
| Expression | Description | Data type |
|---|---|---|
| clean(cmsCategory.description) | description | string |
| cmsCategoryUrl(cmsCategory.id) | url | string |
Relations
| Relationship | Relationshiop description |
|---|---|
| Has many cms | CMS Pages |