I have integrated the „notes" blog from the starterkit on my website. Runs like hotcakes.
Now I want to use the blog technique again on another part of the website.
This time, however, not as a blog with current posts, but with a changelog to log changes to the website. Again, the latest changes should always be sorted by date.
(By the way, this area is only visible when an admin or editor is logged in).
If I duplicate the blog folder and rename it, the articles from the news blog will still appear in the panel. That’s understandable, since controllers, bluebrints, templates, snippets are named accordingly.
Yes, I have read the article “Collections”…
…but still haven’t figured out how to use it in practice.
blueprint/pages/note.yml
blueprint/sections/notes.yml
blueprint/pages/notes.yml
controller/note.php
controller/notes.php
models/note.php
snippets/note.php
templates/note.php
templates/notes.php
... etc.
How do I tell my 2nd blog section “changelog” to use all these files without duplicating them and renaming them to “changelog”?
For tricks from the Kirby magic box I am grateful.