Skip to content
Snippets Groups Projects

Issue #3448658 by Ammar_Jeetawi: Add config actions in recipes for exclude_forms or include_forms

Merged Issue #3448658 by Ammar_Jeetawi: Add config actions in recipes for exclude_forms or include_forms
2 files
+ 25
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -161,4 +161,15 @@ config:
@@ -161,4 +161,15 @@ config:
- 'clone user entity'
- 'clone user entity'
- 'clone taxonomy_term entity'
- 'clone taxonomy_term entity'
- 'clone taxonomy_vocabulary entity'
- 'clone taxonomy_vocabulary entity'
- 'access taxonomy manager list'
- 'access taxonomy manager list'
\ No newline at end of file
keysave.settings:
 
simple_config_update:
 
include_forms:
 
- drupal_upgrade_status_summary_form
 
- system_modules
 
- system_modules_uninstall
 
- user_admin_permissions
 
- block_admin_display_form
 
- media_bulk_upload_form
 
exclude_forms:
 
- ''
 
\ No newline at end of file
Loading