Exposing settings to the editor
Can anybody clarify this feature by answering a few of my questions? Please type slowly and assume I know nothing.
-
Does adding this feature give me a global setting shared between my nodes?
-
Is there an interface somewhere that allows a user to edit the settings.js file or is that done manually?
-
Setting
exportable: true
allows the user to override my value with a value set in settings.js or does that do something else? -
Can I access this value in my node's settings page and change it there and will that use the normal validation lifecycle?
-
And most importantly, do you have any real world examples of where and why this would be used? Any public repos that take advantage of this feature?