CMS Page
API Name: CMSPage__c
Label | API Name | Type | Description |
---|---|---|---|
CMSPage Name | Name |
AutoNumber | |
Active | Active__c |
Checkbox | Determines whether to publish the page. |
Body | Body__c |
Html(131072) | The page body. Includes the actual content to be published. |
Language | Language__c |
Picklist | The language of the page. |
Position | Position__c |
Number(2, 0) | The position number of the page in the produced link list. |
Title | Title__c |
Text(255) | The page title. Will be used as the link text. |