Allow custom definition of list #32

Closed
opened 2022-12-01 17:31:27 +00:00 by h4kor · 1 comment
Owner
  • Definition of what types of posts should be included in the main list
  • Definition of list in user config
- [x] Definition of what types of posts should be included in the main list - [x] Definition of list in user config
h4kor added the
Feature
label 2022-12-01 17:32:26 +00:00
Author
Owner

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 ```
h4kor closed this issue 2022-12-01 18:50:09 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: h4kor/owl-blogs#32
No description provided.