We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d1594 commit 750bff0Copy full SHA for 750bff0
1 file changed
web/client/utils/PluginsUtils.js
@@ -218,8 +218,8 @@ const PluginsUtils = {
218
* ... and so on, for every cfg.contanerPosition value found
219
* }
220
* ```
221
- * @param {[type]} pluginsConfig [description]
222
- * @return {[type]} [description]
+ * @param {object[]} pluginsConfig The configurations of plugins
+ * @return {object} An object that spreads the configruations in arrays by their `cfg.containerPosition`.
223
*/
224
mapPluginsPosition: (pluginsConfig = []) =>
225
pluginsConfig.reduce( (o, p) => {
0 commit comments