I followed the example in the documentation here:
It works perfectly, in that the panel is displayed in the Administration. I entered values for the parameters and pressed save. No I can access them using the Config->get($key) option.
However, when I reload the Administration page, the saved values do not display in the fields in the UI. Is there some step missing the View (client/custom/modules/my-module/src/views/admin/my-settings.js) to retrieve the values and add them to UI? I assumed this functionality would be taken care of in the base View class.
Any advice will be greatly appreciated.
It works perfectly, in that the panel is displayed in the Administration. I entered values for the parameters and pressed save. No I can access them using the Config->get($key) option.
However, when I reload the Administration page, the saved values do not display in the fields in the UI. Is there some step missing the View (client/custom/modules/my-module/src/views/admin/my-settings.js) to retrieve the values and add them to UI? I assumed this functionality would be taken care of in the base View class.
Any advice will be greatly appreciated.
Comment