Previous PR #127 broke the behavior of textSetting that was showing nothing properly when the defaultValue was not specified. To restore that break, I've added translateDefaultValue() to SectionSettings to handle only the case of using locales.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Previous PR #127 broke the behavior of
textSetting
that was showing nothing properly when thedefaultValue
was not specified. To restore that break, I've addedtranslateDefaultValue()
toSectionSettings
to handle only the case of using locales.Types of changes