switch from video filter to video embed field

This commit is contained in:
2017-02-06 15:37:46 +01:00
parent 89c8bf9d41
commit 21c45a967e
11 changed files with 465 additions and 304 deletions
@@ -685,8 +685,6 @@ function admin_user_default_permissions() {
'name' => 'participate in workflow',
'roles' => array(
'administrator' => 'administrator',
'anonymous user' => 'anonymous user',
'authenticated user' => 'authenticated user',
'root' => 'root',
),
'module' => 'workflow_admin_ui',
@@ -713,6 +711,7 @@ function admin_user_default_permissions() {
$permissions['schedule workflow transitions'] = array(
'name' => 'schedule workflow transitions',
'roles' => array(
'administrator' => 'administrator',
'root' => 'root',
),
'module' => 'workflow',