"execute delete" parameter
wickedOne opened this issue · 1 comments
defaults to false.
when enabled compares configured settings with those from the selected core and removes the difference.
if set to true, requires entire managed schema to be defined in the config
this turns out to be an impossible implementation as there's no easy way of distinguising a value set through the api and one from this bundle's configuration.
for both the config and params api it would be possible by retrieving the configoverlay.json
and the params.json
and comparing those values with the ones being processed, but that would lead to inconsistencies with the schema api where there's no such thing as an overlay json file to retrieve that information.
will add some documentation about this and call it a day