Remove options.defaultValue from hostPageSetting
- defaultValue is now handled inside of getConfig so this code is unused. - hostPageSetting now returns undefined, rather than null, if a value is not found in the config. The undefined value will trigger the defaultValue to take effect in getConfig if a defaultValue is provided.
Showing
Please register or sign in to comment