Recommended add-ons#
@kitconcept/volto-light-theme works with the core Plone Blocks and with the blocks provided by these add-ons:
It also works well with the following add-ons:
Known good set of versions#
Added in version 8.0.0-alpha.0.
You can find the known good set of versions of the recommended add-ons in the recommendedAddons.json in the root of this repository.
Copy these versions to your project add-on packages/<name_of_addon>/package.json under the dependencies key to ensure full compatibility with @kitconcept/volto-light-theme.
{
"@eeacms/volto-accordion-block": "^12.0.0",
"@kitconcept/volto-banner-block": "^1.2.0",
"@kitconcept/volto-bm3-compat": "^1.0.0-alpha.1",
"@kitconcept/volto-button-block": "5.0.0-alpha.2",
"@kitconcept/volto-calendar-block": "^1.0.0-alpha.9",
"@kitconcept/volto-carousel-block": "^3.0.0-alpha.1",
"@kitconcept/volto-dsgvo-banner": "^4.0.0-alpha.1",
"@kitconcept/volto-heading-block": "^2.5.0",
"@kitconcept/volto-highlight-block": "^4.5.1",
"@kitconcept/volto-introduction-block": "^1.4.1",
"@kitconcept/volto-logos-block": "^4.0.0-alpha.1",
"@kitconcept/volto-separator-block": "^5.0.0-alpha.0",
"@kitconcept/volto-slider-block": "^7.0.0-alpha.1",
"@plonegovbr/volto-social-media": "^3.0.0-alpha.0"
}
Deprecated since version 8.0.0-alpha.0.
Until VLT 7.x.x, the known good set of versions of the recommended add-ons were listed in the peerDependencies section of frontend/packages/volto-light-theme/package.json, and installed by default when installing @kitconcept/volto-light-theme.
In version 8 and above, they are no longer included as peerDependencies and need to be installed manually as described above.