HeaderTag form field type

From Joomla! Documentation

Other languages:
English • ‎Nederlands • ‎español • ‎français

Provides a dropdown list of h1 to h6 as options.

  • name (mandatory) is the unique name of the parameter.
  • type (mandatory) must be headertag.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description (optional) (translatable) description text for the form field.
  • default (optional) provides a default value.

Example XML Definition:

<field name="header_tag" type="headertag"
	label="COM_MODULES_FIELD_HEADER_TAG_LABEL"
	description="COM_MODULES_FIELD_HEADER_TAG_DESC" 
	default="h3"/>