Skip to content

Commit

Permalink
AV-2055: Cleanup content_editor, which might end up in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 11, 2023
1 parent c4d61f5 commit b4b70fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drupal/scripts/init_drupal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ drush config:delete field.field.node.article.body
drush config:delete field.field.node.article.comment || true
drush config:delete field.field.node.article.field_image || true
drush config:delete field.field.node.article.field_tags || true
drush config:delete user.role.content_editor || true
drush config:delete system.action.user_add_role_action.content_editor || true
drush config:delete system.action.user_remove_role_action.content_editor || true



Expand Down

0 comments on commit b4b70fd

Please sign in to comment.