You are here

default.components.varbase.bit.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.5

configbit/default.components.varbase.bit.yml

File

configbit/default.components.varbase.bit.yml
View source
  1. # ==============================================================================
  2. # List of default varbase components, which they will be installed
  3. # when we install varbase.
  4. # ==============================================================================
  5. config_bit:
  6. type: list
  7. for: varbase.info.yml
  8. when:
  9. install_default_components: true
  10. list:
  11. dependencies:
  12. # Enable listed modules in order at this installation step.
  13. - libraries
  14. # Enable listed Varbase modules in order at this installation step.
  15. - varbase_core
  16. - varbase_media
  17. - varbase_editor
  18. - varbase_admin
  19. - varbase_security
  20. - varbase_seo
  21. - varbase_webform
  22. - varbase_page
  23. - varbase_landing
  24. - varbase_total_control
  25. - varbase_default_content
  26. - varbase_tour