Customizing components#
You can customize the existing Volto components using a pattern called component shadowing using the customizations
folder.
You can find further detailed information on how to shadow a component in Shadow a component or module.
Advanced customization scenarios (@root
)#
You can also make add-ons customize modules from the Volto project (the root) by creating a @root
folder in the customization path.
This is useful, for example, if you prefer a style where the Volto generated project scaffold is a throw-away, and you want to override some modules that are imported from the @root
namespace, such as src/theme.js
, which is imported as @root/theme
.