diff --git a/cms/config/sync/user-role.admin.json b/cms/config/sync/user-role.admin.json index b766e14..4778ee0 100644 --- a/cms/config/sync/user-role.admin.json +++ b/cms/config/sync/user-role.admin.json @@ -430,4 +430,4 @@ "action": "plugin::users-permissions.user.update" } ] -} \ No newline at end of file +} diff --git a/cms/config/sync/user-role.authenticated.json b/cms/config/sync/user-role.authenticated.json index 8cbe749..adb96d3 100644 --- a/cms/config/sync/user-role.authenticated.json +++ b/cms/config/sync/user-role.authenticated.json @@ -195,9 +195,6 @@ { "action": "plugin::email.email.send" }, - { - "action": "plugin::import-export-entries.export.exportData" - }, { "action": "plugin::import-export-entries.import.importData" }, @@ -253,4 +250,4 @@ "action": "plugin::users-permissions.user.update" } ] -} \ No newline at end of file +} diff --git a/cms/config/sync/user-role.contributor.json b/cms/config/sync/user-role.contributor.json index e1af171..11014eb 100644 --- a/cms/config/sync/user-role.contributor.json +++ b/cms/config/sync/user-role.contributor.json @@ -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" }, @@ -277,4 +274,4 @@ "action": "plugin::users-permissions.user.update" } ] -} \ No newline at end of file +}