You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a simple content management entity (e.g., ContentPage or HelpText) with a CRUD controller in admin and an API endpoint, so app help texts can be managed without code changes.
Considerations
Needs discussion on scope and content structure
Should define what fields are needed (title, body, slug/key, locale?)
Description
Add a simple content management entity (e.g.,
ContentPageorHelpText) with a CRUD controller in admin and an API endpoint, so app help texts can be managed without code changes.Considerations
Part of #35