Skip to content

Commit

Permalink
export removed from contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Oct 17, 2024
1 parent 8ec431f commit d1ef6fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cms/config/sync/user-role.admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,4 @@
"action": "plugin::users-permissions.user.update"
}
]
}
}
5 changes: 1 addition & 4 deletions cms/config/sync/user-role.authenticated.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@
{
"action": "plugin::email.email.send"
},
{
"action": "plugin::import-export-entries.export.exportData"
},
{
"action": "plugin::import-export-entries.import.importData"
},
Expand Down Expand Up @@ -253,4 +250,4 @@
"action": "plugin::users-permissions.user.update"
}
]
}
}
5 changes: 1 addition & 4 deletions cms/config/sync/user-role.contributor.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@
{
"action": "plugin::content-type-builder.content-types.getContentTypes"
},
{
"action": "plugin::import-export-entries.export.exportData"
},
{
"action": "plugin::import-export-entries.import.importData"
},
Expand Down Expand Up @@ -277,4 +274,4 @@
"action": "plugin::users-permissions.user.update"
}
]
}
}

0 comments on commit d1ef6fd

Please sign in to comment.