Problem/Motivation
On #3059984: Add new “Content Editor” role to Standard Profile we're creating a new role that will let us add new specific features targeted for Content editors. This issue is for discussing and defining new functionalities to be provided with the Content editor role.
Remaining tasks
Define and add the new set of permissions for the Content editor role to facilitate tasks for creating, editing and managing content.
Comments
Comment #2
ckrinaComment #3
ckrinaConverting this into a META issue to discuss future features.
Some features we're discussing on the Admin UI initiative are a custom menu for this role and maybe a "dashboard" concept like the one we had in D7 that could play nice with the new Layout Builder.
Comment #8
benjifisherOn #3059984: Add new “Content Editor” role to Standard Profile, I mentioned #2571235: [regression] Roles should depend on objects that are building the granted permissions.
The current patch on #3059984 assigns several permissions from the
content_moderationmodule. Currently, those permissions just sit there invisibly, waiting for the module to be enabled, at which point they take effect. Once #2571235 is fixed, we will not be able to do that any more. The options arecontent_moderationmodule to the Standard profile. (Alsoworkflow.) Simple.In the last option, we can either make the additional roles include the permissions in the editor/manager roles or we can just give these roles the
content_modewrationpermissions.Comment #10
ckrina