Content_Block__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Alignment__c | Picklist | No | No | Alignment__c is a field used to define the orientation of this content block. Depending on the type of content block being implemented this could have different meanings. |
| Content_Markdown__c | LongTextArea | No | No | This is the main text content used by the content block. It is only used in the case of the content block has its own content |
| Document_Id__c | Lookup(Media__c) | No | No | An associated document media object for this content block |
| File_Id__c | Lookup(Media__c) | No | No | An associated file media object for this content block |
| Identifier__c | Text | No | Yes | The Identifier__c is a slug like field with alphaneumeric and dashes. It’s used to allow the front end system to find specific Content Blocks |
| Image_Id__c | Lookup(Media__c) | No | No | An associated image media object for this content block |
| Layout_Style__c | Picklist | No | No | Layout_Style__c is a field used to define the orientation of a content block. Depending on the type of content block being implemented this could have different meanings |
| Link_Label__c | Text | No | No | The label used on the content block link target |
| Link_Target__c | Text | No | No | The URL target used on the content block link |
| Media_Id__c | Lookup(Media__c) | No | No | An associated media object for this content block |
| Pull_Text_Markdown__c | LongTextArea | No | No | The content block pull text call to action |
| Sub_Type__c | Picklist | No | No | Defines the sub type the a Content_Block__c. Depending on the Template__c of content block being implemented this could have different meanings |
| Subtitle__c | Text | No | No | The subtitle used for the content block |
| Summary_Markdown__c | LongTextArea | No | No | The content block summary |
| Template__c | Picklist | Yes | No | Determines the how the content is displayed for this content block using the associated template |
| Title__c | Text | No | No | Title of the content block |
| Video_Id__c | Lookup(Media__c) | No | No | An associated video media object for this content block |
| sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation