Instead of having a separate api & in-memory storage, component config (the not topic specific part) should be handled by `midcom_config`, like so: ```php midcom::get()->config->get($component_name, $some_key) ```