Skip to content

Not possible to remove control title #2155

@michaeldavie-amzn

Description

@michaeldavie-amzn

When modifying a control in a profile, the description of the modify/alters/remove/by-item-name keyword indicates that a control's title can be removed. However, the allowed-values list does not include title as a valid value.

<define-flag name="by-item-name" as-type="token">
<formal-name>Item Name Reference</formal-name>
<description>Identify items to remove by the name of the
item's information object name, e.g.
<code>title</code> or
<code>prop</code>.</description>
<constraint>
<allowed-values>
<enum value="param">A descendant parameter and all of its descendants.</enum>
<enum value="prop">A descendant property and all of its descendants.</enum>
<enum value="link">A descendant link and all of its descendants.</enum>
<enum value="part">A descendant parameter and all of its descendants.</enum>
<enum value="mapping">A descendant mapping and all of its descendants.</enum>
<enum value="map">A descendant mapping entry (map) and all of its descendants.</enum>
</allowed-values>
</constraint>
</define-flag>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions