defaultFieldInclude

Specifies the include to use to display the metadata field.

Type and Usage

Example

Sets the default field display include for a hidden field on a query page to std_query_hidden_field:

<$if isFieldHidden$>
    <$if isQuery and not (fieldType like "Date") and not (fieldType like "Int")$>
        <$defaultFieldInclude = "std_query_hidden_field"$>
    <$endif$>

See Also