literakl / mezinamiridici

Traffic forum
htttps://www.mezinamiridici.cz
MIT License
4 stars 4 forks source link

Internal CMS #93

Closed literakl closed 4 years ago

literakl commented 4 years ago

Create new object with the following attributes:

Create CRUD for this object for a user with cms:admin role. Sanitize HTML code. Slug is entered by user, not generated). Edit page will contain a big textarea, not WYSIWYG editor.

Create Vue file for URL /c/:slug (for content type) and /h/:slug (for help type) that will find the content for the specified URL by the slug parameter and display it. The screen will display h2>info.caption/h2> and data.content as raw HTML.

Items with type help will filtered out by backend in /v1/item-stream and /bff/items/:tag

kotte-sanya commented 4 years ago

Added Internal CMS feature.

literakl commented 4 years ago

merged, renamed CMS to content, fixed URIs

literakl commented 4 years ago

TODO: