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
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.
The text was updated successfully, but these errors were encountered:
Instead of bringing this feature we do need a little more documentation about adding own permission rules. So anybody should be able to create this by themself.
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.
The text was updated successfully, but these errors were encountered: