Editor permission for pieces
问题 I'm trying to grant editor permissions on specific pieces for any editor. Try applying as described in apostrophe-permissions and permissionsFields. However, I still can't get my editors to be able to edit any piece they want, even if they haven't created it. This is what I have in my app.js : 'apostrophe-users': { groups: [ { title: 'editor', permissions: [ 'edit-placementGuide', 'edit-market','edit-email-template' ] }, { title: 'admin', permissions: [ 'admin' ] } ] }, Pieces appeared on the