Required CmsPage propertie? #77
Closed
Comments
At the moment there's no generic way to set properties to required. This is a feature that is clearly lacking. I'm flagging this issue for the next major release and will be adding the ability to set |
fschultz
referenced
this issue
Apr 30, 2016
fschultz
added a commit
that referenced
this issue
Aug 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I have searched for it but I can't find it.
Is it possible in a page type to set required value for a property?
For example the headline can't not be empty with published or saved.
[Property("Headline")]
public virtual StringProperty Headline { get; set; }
The text was updated successfully, but these errors were encountered: