You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ramiroluz when you say "dependencies" you mean package.jsondependencies key? In case you are in cookieplone, you don't need to set them up, although doing it is ok too (they are peerDependencies of VLT, so pnpm install them anyways).
Regarding the addons key, which is the way that you tell Volto to install the addon in your project, yes, you need to either do it in your project addon or in volto.config.js. No matter what you do it will work, since both are valid. However, it's recommended you do it inside your project addon, since it's totally portable and resilient to migrations by rebuilding the cookieplone boilerplate. Having declared the theme in volto.config.js is mandatory and can't be done from the addon.
Check if the instructions on configuring block addons on the package.json and volto.config.js
https://training.plone.org/customizing-volto-light-theme/installing-vlt.html#step-2-install-block-add-ons
I was testing and in my case I needed to configure dependencies for the block addons in the package.json
Not sure if it is needed but I also added to volto.config.js addons list.
The text was updated successfully, but these errors were encountered: