Article Heading
Article Heading
A styled article title component specific to Business Hub resource pages. Renders the article title with publication date, category badge, and author information in a standardized editorial heading format.
Control Properties
| Parameter | Type | Description |
|---|---|---|
| ShowHorizontalRule | Checkbox | Renders a horizontal rule (<hr>) below the heading block. Default: enabled. |
| ShowPublishDate | Checkbox | Displays the "Updated on" or "Published on" date below the abstract. Default: enabled. |
| ShowSharingButtons | Checkbox | Displays favorite and print action icons on the right side of the heading. Default: enabled. |
| HeadingSize | Droplink | Sets the CSS class applied to the abstract heading element. |
| Column classes | Inherited | Small, Medium, Large, Offset column classes for responsive grid layout. |
Template Properties
| Field | Type | Source | Description |
|---|---|---|---|
| Abstract | Single-Line Text | Route (Article template) | The article title displayed as the main heading of the component. |
| PublishedOn | Date | Route (Page template) | Original publication date. Shown when ShowPublishDate is checked and no UpdatedOn date is set. |
| UpdatedOn | Date | Route (Page template) | Last update date. Takes priority over PublishedOn when both are present. |
| PageContent | Rich Text | Route (Article template) | The article body content (not rendered by Article Heading, but part of the Article template). |
| NavigationTitle | Single-Line Text | Route (Page template) | Short title used in navigation menus. |
| BrowserTitle | Single-Line Text | Route (Page template) | Title shown in the browser tab. |