-
Notifications
You must be signed in to change notification settings - Fork 78
cloning layouts, fields, categories, roles #652
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
Conversation
docs/control-panel/categories.md
Outdated
| Extra saving options are available from dropdown menu under "Save": | ||
| - "Save & New" - opens new category form after saving | ||
| - "Save & Close" - redirects to categories list after saving | ||
| - "Clone to New Category" - saves the changes into new category. The current category is used as "template" and remains unchanged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@intoeetive With channel entries it creates a new entry... will the "new category" already be saved? Or does the user have to save it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TomJaeger it works the same way as entries. Is saves the moment you hit the button in Save dropdown
| Fields have the following settings: | ||
|
|
||
| - **Type** -- The type of field. [List of available fieldtypes](fieldtypes/overview.md). | ||
| - **Name** -- The descriptive name for the field which is displayed in the publish form. Unlike the Field Name, the label does not need to be unique within the system, so you can use the same label on multiple fields in different field groups. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it isnt right - referring to the label. Is this supposed to be "Field Label"?
fixed (was a copy/paste from older version of docs)
No description provided.