Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2-incubating
Description
As of now the model extension does require meta-data in the form of:
{model}.mykey.type=Parameter {model}.mykey.class=Boolean {model}.mykey.required=true
This does not match the common metadata format used elsewhere, which should look like:
_mykey.model.target=Parameter _mykey.model.class=Boolean _mykey.model.required=true
So it should be aligned with the common formats used.