Umbraco v7 property edtior - Get if property is set to Mandatory in the DocumentType
Hi all,
I'm buillding an AngularJS propery editor.
For my property editor, the validation logic is different if on the DocumentType where this property is part of the property is set to Mandatory or not.
Now my question is: How can I get the value of this setting (boolean) in my editor?
Umbraco v7 property edtior - Get if property is set to Mandatory in the DocumentType
Hi all,
I'm buillding an AngularJS propery editor.
For my property editor, the validation logic is different if on the DocumentType where this property is part of the property is set to Mandatory or not.
Now my question is: How can I get the value of this setting (boolean) in my editor?
Bump :)
We really need this option.
I can not imagine that no one else has the need to know if the property is set to mandatory or not?
We are using Umbraco v 7.0.4
I know with the old webform property editors it was really hard in the beginning: http://our.umbraco.org/forum/developers/extending-umbraco/14157-Make-custom-datatype-mandatory. Maybe that topic might give you an idea on where to look.
Jeroen
is working on a reply...