Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Added editor for configurations of type json map. Therefore changed `runtimeOptions.lengthRestriction.pixelMapping` to be visible and editable in UI
-
Empty show more show less
Description
problem
In Configuration map types are currently only editable via CLI.
Most configs are just a simple key value map. For them a simple editor should be provided.
One example where we need that is the configuration:
runtimeOptions.lengthRestriction.pixelMapping
There should be an alter file, setting the level to 16 and the typeClass to
ZfExtended_DbConfig_Type_SimpleMap.
Check the branch for an initial implementation.