Vartheme BS5 is a component base theme based on Bootstrap 5.
It depends on:
Now, these modules are handled by
Varbaes Components →
.
It's better to add Varbase Components to Vartheme BS5 componser.json
file.
Add Varbase Components module to the composer.json
file.
Have dependency for varbase_components
# These dependencies will not allow the installation of Vartheme BS5 at all if varbase_components is not activated.
# As the Gin admin theme had issue with installation in profiles.
# A bit harsh, so we'll continue to just rely on the composer requirement for now.
# dependencies:
# - varbase_components:varbase_components
Have the following in default.components.varbase.bit.yml
# ==============================================================================
# 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 Varbase modules in order at this installation step.
- varbase_core
- varbase_components
- varbase_media
- varbase_editor
- varbase_admin
- varbase_email
- varbase_security
- varbase_seo
- varbase_webform
- varbase_workflow
- varbase_page
- varbase_layout_builder
- vlplb
- varbase_total_control
- varbase_default_content
- varbase_tour
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.