Lists need an id to be used in urls.
Means: lists have to be defined somewhere and can not be implicit (as in #31)
list:
- id: "url-safe-name"
title: "My Custom List"
include:
- post
- recipe
- image
Lists need an id to be used in urls.
Means: lists have to be defined somewhere and can not be implicit (as in #31)
```
list:
- id: "url-safe-name"
title: "My Custom List"
include:
- post
- recipe
- image
```
Lists need an id to be used in urls.
Means: lists have to be defined somewhere and can not be implicit (as in #31)