Skip to content

Settings and activity

1 result found

  1. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Jennifer Kaylor commented  · 

    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