default.components.varbase.bit.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.6
configbit/default.components.varbase.bit.yml
File
configbit/default.components.varbase.bit.ymlView source
- # ==============================================================================
- # List of default varbase components, which they will be installed
- # when we install varbase.
- # ==============================================================================
- config_bit:
- type: list
- for: varbase.info.yml
- when:
- install_default_components: true
- list:
- dependencies:
- # Enable listed modules in order at this installation step.
- - libraries
- # Enable listed Varbase modules in order at this installation step.
- - varbase_core
- - varbase_media
- - varbase_editor
- - varbase_admin
- - varbase_email
- - varbase_security
- - varbase_seo
- - varbase_webform
- - varbase_page
- - varbase_landing
- - varbase_total_control
- - varbase_default_content
- - varbase_tour
- - varbase_update_helper