-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
feature reques: It would be great to be able to organize fields in groups.
This can be done like lists, creating a group and adding in this group the normal fields. The group should have properties to toggle this fields in edit templates. Each group should have his own permission setting.
Usecase example:
Group "content": "title", "Text", "summary"
Group "information": "picture", "pictureDescription", "extendedInformationText"
Group "moderation": "frontPage", "publishigDate"
in edit.tpl:
The group "content" shoud be visible with edit permission. The group "information" shoud be collapsed but able to toggle with edit permission. The group "moderation" should be abailable when permission moderate and be able to toggle.
in view.tpl:
The groups "content" and "information" should be available for visitors in two different div. Each div do have a headline with the group name.