Notes
Notes
- This component renders the
PageContentrich text field from the current context item's Resource template. It does not use a separate datasource item. - The rich text output uses the
<sc-text>tag helper, which enables inline editing in the Experience Editor. - Standard BSTools5 column classes and additional CSS classes are applied to the wrapper div via the Column rendering parameters template.
- An
<edit-label>tag is included for Experience Editor component labeling. - The component has no conditional rendering — it always outputs the wrapper div even if the
PageContentfield is empty.
Control Properties
Resource Content
Renders the full content body of a Business Hub resource page. Supports rich text, embedded media, document attachments, and structured content sections for comprehensive resource articles.
Control Properties
This component uses the Column rendering parameters template. It has no custom parameters beyond the inherited column settings.
| Parameter | Type | Description |
|---|---|---|
| Small / Medium / Large | Column size | Bootstrap column width at each breakpoint. |
| OffsetSmall / OffsetMedium / OffsetLarge | Column offset | Bootstrap column offset at each breakpoint. |
| PaddingTop / PaddingBottom / PaddingStart / PaddingEnd | Spacing | Padding utilities applied to the wrapper. |
| AddClass | Text | Additional CSS classes appended to the component wrapper. |
Template Properties
Template Properties
This component does not use a datasource template. It binds to the current context item using the Resource model, which provides the PageContent rich text field.
| Template | ID | Description |
|---|---|---|
| Column (Rendering Parameters) | {BFBEB573-1751-46B9-8F16-C01C9DCDB105} | Standard BSTools5 Column rendering parameters template providing column sizing, offset, padding, and AddClass fields. |
Model: Resource — provides the PageContent property (rich text field) bound from the context item.