For some weird reason, certain site settings are coming out as undefined
where I use the following call from within my plugin:
var siteSettings = api.container.lookup('site-settings:main');
console.log(siteSettings.myplugin_popup_permalink); // => undefined!
I’ve checked and double-checked (and even triple-checked) the syntax in my setting.yml
file and everything looks just fine.
plugins:
...
myplugin_popup_permalink:
default: false
client: false
...
Is there something obvious that I’ve overlooked or a known bug for this?
Thanks in advance for the help.