Hi again,
I try to figure out if this a normal behavior or not. But I think I do something wrong.
Code is like this:
header.mytheme.navigation.navicon.options:
type: selectize
label: Icon Options
selectize:
options:
- text: fa-fw
value: fa-fw
- text: fa-lg
value: fa-lg
- text: fa-x2
value: fa-x2
validate:
type: commalist
And if I only take the option as given under “options:” everything is working as expected. But when I put some custom options in it and save it, all the custom ones are gone. In “Expert”-mode is see it in the header part of the file like:
options:
- fa-fw
- 'hello there'
- 'General Kenobi'
But after saving the page, all the costum Options are gone.
Maybe someone can give me a hint?
Thanks and allbest,
Mario