Make also ConfigElement\Value classes extendable (same logic as it is for Config\Element\Operator)
Fix the order of class names which are checked (first we need to check the App specific classes, and then the classes from the Bundles (otherwise we cannot get the extended version) )
move the logic to get the values from the classification store to an own method (so it is easier to overwrite)
This PR issues following features: