Vulcan icon indicating copy to clipboard operation
Vulcan copied to clipboard

Improve registerSetting

Open SachaG opened this issue 3 years ago • 1 comments

The idea behind registerSetting() is to let a package or bit of code define the settings it'll rely on, optionally providing default values and descriptions.

This would be better to do in a package.yaml file at the root of the package that centralizes all info about the package; or even maybe in the existing package.js.

SachaG avatar Sep 17 '20 00:09 SachaG

You might want to check this: https://github.com/VulcanJS/vulcan-next/issues/9 More broadly it would be awesome to have a standard for Vulcan packages, settings one of the field.

eric-burel avatar Sep 17 '20 06:09 eric-burel