Varbase Sub Profile Basic Template
Download it from: https://github.com/Vardot/varbase_subprofile_basic
Managing Installation Steps for Varbase sub profiles
Managing the custom ConfigBits:
Default Components
Change the default.components.varbase_subprofile_basic.bit.yml file.
Which it could be a copy of Varbase default components
# ==============================================================================
# List of default varbase sub profile basic components, which they will be
# installed when we install varbase.
# ==============================================================================
config_bit:
type: list
for: varbase_subprofile_basic.info.yml
when:
install_default_components: true
list:
dependencies:
# 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_workflow
- varbase_layout_builder
- vlplb
# Enable default varbase sub profile basic features.
- varbase_subprofile_basic_homepage
# - varbase_subprofile_basic_CUSTOM_FEATRE_01
# - varbase_subprofile_basic_CUSTOM_FEATRE_02
# - varbase_subprofile_basic_CUSTOM_FEATRE_03
# - varbase_subprofile_basic_CUSTOM_FEATRE_04
Extra Components
Change the extra.components.varbase_subprofile_basic.bit.yml file.
Which it could be a copy of extra varbase components
Demo Content
Change the demo.content.varbase_subprofile_basic.bit.yml file.
Which it could be a copy of varbase demo components
Last updated