Figured out what I was doing wrong with saving settings using settingsToJson
and settingsFromJson
. As the guidance posted by @Vortico states in Rack development blog - #94 by Vortico I need to place those functions and the variables they save in the global scope of the plugin’s code.
1 Like