Add Notes/Posts content management system #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/add-blogging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduces a new Post model, CMS interface, and public-facing note pages. This change provides a dedicated system for managing written content, replacing the previous
writing_itemcontent block type.Existing
writing_itemcontent blocks from the 'notes' section are migrated to the new Post model, ensuring a seamless transition.