Heading
The heading field creates a simple <h4>
heading, which has an optional description. It doesn't have any value and is usually used to separate fields into sections for better reading experience.
Screenshots
Settings
This field doesn't have any specific settings.
This is a sample field settings array when creating this field with code:
[
'type' => 'heading',
'name' => 'Heading',
'desc' => 'Optional description',
],