How can I see my plugins settings page?
I see that you can see settings for installed packages by hitting:
Settings > Packages > searching for an installed package > installed package has a checkmark > then hit settings button on that package
But my package is not published and currently i’m trying to develop with a user defined setting. How can I test and see if its working?
From my main
file I am exporting a setting but dont know how to see if its working or if its editable…
module.exports = {
configDefaults: {
customUrlTemplate: 'some user customizable template string'
}
}