grav-plugin-admin
grav-plugin-admin copied to clipboard
selectize options ignore language strings
when naming selectize options with a language string, it’s not displayed as it should.
in this example, THEME_X.SELECT_OPTION1 doesn’t render the corresponding string from the languages.yaml file, instead it appears exactly as “THEME_X.SELECT_OPTION1”.
form.field:
type: selectize
selectize:
options:
- text: THEME_X.SELECT_OPTION1
value: option1
needless to say i made sure the string was in the theme’s languages.yaml.