Field Name |
Title to display on the template form. |
Field Type |
Available field types:
- HTML
- String
- Integer
- Date
- Date and time
|
Order |
Position of the field in the article page view
and the article edit view. |
Article Template |
(Read-only) Name of the article template
associated with this field. |
Template Table |
(Read-only) Name of the table for this
template. |
Template Field |
(Read-only) Name of the template column
associated with this field. |
Mandatory |
Option to make this field as mandatory. When
selected, this field is required to be
filled. |
Expand/Collapse |
Defines whether the template field displays as
collapsed or expanded by default. |
Active |
Option to display the field on the
template. |
Heading style |
CSS formats applied to the template header. For
example, to display the background of the template
header in red, with a 24-px font size, Arial font
family, and white text color, enter the following
code: background-color:red;
font-size:24px; font-family:Arial;
color:white; |
Field style |
CSS formats applied to the template fields. Any
CSS format applied at the field level is
automatically applied to the header if not already
specified in the Heading
style field. For example, to display
the 300px page width, 25px solid green border, 25px
padding, and 25px page margin, enter the following
code: width:300px; border:25px solid
green; padding:25px;
margin:25px; |