You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backdrop modules should use JSON files for the configuration default values and implement hook_config_info() to allow to Backdrop to remove those configuration values when the module is uninstalled.
At least the change should be done to show how to correctly use the Backdrop API. Example modules should not be installed on a production server; leaving some configuration values after the modules are uninstalled is probably a minor issue.
The text was updated successfully, but these errors were encountered:
I am postponing this issue on #79. Before using a .json file for the configuration default values, values that should not be configuration values need to be replaced by state values.
Some of the modules use code similar to the following one, to set the configuration values used by the module.
Backdrop modules should use JSON files for the configuration default values and implement
hook_config_info()
to allow to Backdrop to remove those configuration values when the module is uninstalled.At least the change should be done to show how to correctly use the Backdrop API. Example modules should not be installed on a production server; leaving some configuration values after the modules are uninstalled is probably a minor issue.
The text was updated successfully, but these errors were encountered: