Replies: 2 comments 4 replies
-
When you say template, do you mean the front-end view? Or do you mean the entry should have some pre-filled data? If it's the data, you'll probably need to reach for an addon. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Another naive solution could be to have a draft entry of each type sitting there, and use the "duplicate" action to start creating a new entry instead of the "create entry" button. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey peeps
Trying to simulate a specific case, not sure if all existing modules support this behaviour 😄
Like a good lad, we have pages that make use of a Blueprint. This is build in a way that users can click together their own website using the replicator and Fieldset sections.
What we want to provide the content creator is the following:
when creating a new entry we want to offer them the option to start from a black template
when creating a new entry we want to offer them the option to start from a prefilled template (e.g. landing page 1)
Is this an option, or should we be looking at building an addon that does this?
Beta Was this translation helpful? Give feedback.
All reactions