- Issue created by @codebymikey
The module is missing the config schema definition.
Install the config_inspector → module and inspect the config schema when the plugin is used.
Use a more consistent configuration schema to ensure the config exports are consistent.
e.g. declaring a ConditionInterface::defaultConfiguration()
method with a default value for book_visibility
(so it's aware when the condition is not in use), and ensuring the data is normalized as a sequence rather than a key value map, so that we no longer need to call array_values()
within the code.
Active
1.1
Code