Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new content by template on admin ui #1490

Open
tusmester opened this issue Apr 5, 2023 · 0 comments
Open

Create new content by template on admin ui #1490

tusmester opened this issue Apr 5, 2023 · 0 comments

Comments

@tusmester
Copy link
Member

tusmester commented Apr 5, 2023

When a user creates a new content, we should provide a way for them to select a content template if there is one for the type.

Possibilities

  1. directly from the New menu: add template options to the New menu, same way as in SN6
    • PRO
      • more prominent choice, cannot miss
      • the user would see the fields filled with default values
  2. on the Create content page: somewhere in the header of the New page. A dropdown with the templates, or a dialog?
    • CON: what happens if the user changes the template in the header?

image.png

When a template is selected, the POST request should contain the template name and the new content should be created by the template. The backend is already capable of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants