@@ -129,21 +129,21 @@ record
129129 Records are basic dictionaries.
130130
131131Project (Volto)
132- The product of running `@plone/generator-volto` package, a customizable instance of Volto.
132+ The product of running the package `@plone/generator-volto`, resulting in a customizable instance of Volto.
133133
134134Add-on (Volto)
135- A JavaScript package that integrates with Volto's configuration registry and is able to enhance, extend and customize it.
135+ A JavaScript package that integrates with Volto's configuration registry and is able to enhance, extend, and customize it.
136136
137137Add-on configuration loader (Volto)
138138 A function with signature `config => config`.
139- It gets the Volto Configuration registry and it must return it back after mutating it.
139+ It gets the Volto Configuration registry, and it must return it back after mutating it.
140140 It is similar to Generic Setup profiles in Plone Backend.
141- An add-on must provide a default one, that is always loaded when Volto runs.
142- An add-on can have multiple of them , and they can be loaded optionally from the Volto configuration.
141+ An add-on must provide a default configuration loader that is always loaded when Volto runs.
142+ An add-on can have multiple configuration loaders , and they can be loaded optionally from the Volto configuration.
143143
144144Configuration registry (Volto)
145- A singleton object modeled using JavaScript modules, accessible from the Volto
146- project by importing `@plone/volto/config` module ( `import registry from '@plone/volto/config'`) .
145+ A singleton object modeled using JavaScript modules.
146+ It is accessible from the Volto project by importing the module `@plone/volto/config` with `import registry from '@plone/volto/config'`.
147147 It contains the configuration of the Volto app.
148148
149149Shadowing (Volto)
0 commit comments