I am using a Multisite setup with and everything works fine, except for one issue regarding user permissions for the Group Editor role. As an Admin, I can easily access the “Pages” menu on both websites and view all pages, including those in the new site’s env
(["user/{$folder}/pages"]
) directory.
The problem occurs when logging in as a Group Editor:
- The “Pages” menu item is not visible. The editor can only see the pages from the main website, not the pages in the new website’s
env
directory. - A similar issue occurs with Flex Objects: The “Flex Objects” menu is visible, but the editor sees the message: “You do not have sufficient permissions for this action.”
Question:
What settings do I need to adjust for the second site in order to make the pages and Flex Objects visible to the Group Editor? Are there any missing permissions or configurations preventing the content from showing up properly?
My groups.yaml:
Administrator:
access:
site:
login: true
admin:
login: true
super: true
cache: true
configuration: true
pages: true
maintenance: true
statistics: true
plugins: true
themes: true
tools: true
users: true
tecart-buttons: true
tecart-icon-navi: true
tecart-blog-teaser: true
tecart-blog-teaser-filter: true
tecart-blog-author: true
tecart-references: true
tecart-references-branches: true
tecart-references-filter: true
tecart-news-teaser: true
flex-objects: true
readableName: Administrator
enabled: true
Developer:
access:
site:
login: true
admin:
login: true
super: true
cache: true
configuration: true
pages: true
maintenance: true
statistics: true
plugins: true
themes: true
tools: true
users: true
tecart-buttons: true
tecart-icon-navi: true
tecart-blog-teaser: true
tecart-blog-teaser-filter: true
tecart-blog-author: true
tecart-references: true
tecart-references-branches: true
tecart-references-filter: true
tecart-news-teaser: true
flex-objects: true
readableName: Entwickler
enabled: true
Editor:
access:
site:
login: true
admin:
login: true
super: false
cache: true
configuration: false
pages: true
maintenance: false
statistics: true
plugins: false
themes: false
tools: false
users: false
tecart-buttons: true
tecart-icon-navi: true
tecart-blog-teaser: true
tecart-blog-teaser-filter: true
tecart-blog-author: true
tecart-references: true
tecart-references-branches: true
tecart-references-filter: true
tecart-news-teaser: true
flex-objects: true
readableName: Redakteur
enabled: true