CMS Editor - Allowed Types - Restriction Info
In the CMS Editor, when a content area has AllowedTypes specified, it always lists types that are not allowed in the hint text. However, the list that's not allowed is not complete.
We expect the only the types that are allowed to be listed.
Example
[AllowedTypes(typeof(CustomDataAttributeBlock]
public virtual ContentArea? GAAttributes { get; set; }
CMS Editor shows:
Only Custom Attribute Block types, but not Form elements, Form step, Rich text (with placeholders, or Form Location URL.
Expected:
Only Custom Attribute Block types
4
votes
