Hi, I create a little module that extends Process and creates a page in backend under setup.
I need to store and retrieve a few (config)data for it, but don't want to make it a ConfigurableModule because than I have redundant places where I can setup config-data , I guess.
How can I store / retrieve some data into the place where modules store it by default, but without implementing ConfigurableModule?