I’m facing a strange issue in my plugin. I’ve set my settings like this:
discpage_page_categories:
refresh: true
client: true
type: category_list
default: ""
discpage_balloon_category:
refresh: true
client: true
type: category
default: ""
Type category_list
works as expected.
Type category works like a charm in my local dev instance:
but it doesn’t work in my remote docker instance (the combo box is not displayed):
There’s no error in the console. What am I doing wrong?