You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if allowing mistakes is a good idea, instead leaving a comprehensive error message which helps the user to easily fix his mistake sounds better to my opinion.
It'd be great if
cq_osgi_config
could warn the user and correct simple mistakes in property types.Use cases:
true
(boolean) is expected, but'true'
(string) was used'htmllibmanager.processor.js' => 'min:gcc'
'htmllibmanager.processor.js' => ['min:gcc']
Correction should be optional and controlled via
cq_osgi_config
property.The text was updated successfully, but these errors were encountered: