Skip to content
Snippets Groups Projects
Commit 9cbce359 authored by Stew West's avatar Stew West
Browse files

Issue #3403536 by stewest: Permissions Use embedded content has changed

parent 8eaad8ea
No related branches found
No related tags found
1 merge request!79Issue #3403536 by stewest: Permissions Use embedded content has changed
......@@ -28,7 +28,7 @@ function sector_text_formats_install() {
if($editor_role_object) {
$editor_role_object->grantPermission('use text format sector_basic_html');
$editor_role_object->grantPermission('use text format sector_restricted_basic_html');
$editor_role_object->grantPermission('use embedded content');
$editor_role_object->grantPermission('administer embedded content');
$editor_role_object->save();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment