Page Content Text Section
A PageContentTextSection is a rich text block that can be added to a Game detail page or a Store Page. Makers use these to describe their games in detail.
Properties
| Property | Type | Description |
|---|---|---|
Id | int | Primary key |
OwnerType | ContentOwnerType | Whether this belongs to a Game or StorePage |
OwnerId | int | ID of the parent Game or StorePage |
SellerId | int | FK → AppUser who created it |
Heading | string | Section heading |
BodyBlobName | string? | Blob key for large content |
BodyHtml | string? | HTML content (inline) |
SortOrder | int | Display order |
Owner Types
| Value | Name |
|---|---|
| Game | Displayed on the game detail page |
| StorePage | Displayed on the store page |
Usage
Makers can add, reorder, and remove text sections through the rich content editor. Sections support full HTML for formatting.