Sets the help text that will be displayed below the property label in the Redakt backoffice. In contrast to TooltipAttribute, the help text will always be displayed, even when the label is hidden with HideLabelAttribute.

[AttributeUsage]
public sealed class HelpTextAttribute: IContentPropertyAttribute
Inheritance:
ObjectAttributeHelpTextAttribute
Implements:
IContentPropertyAttribute

Constructors

HelpTextAttribute(string) Configures help text for this property in the Redakt backoffice.

Methods

Apply(ContentPropertyDefinition)