s_c__Content_Block__c Object Reference

Name s_c__Content_Block__c
Type Custom StoreConnect Object
Description Content blocks are reusable pieces of content that are used within the StoreConnect CMS. They can be used within Pages, Articles, Products, Product Categories and other Content Blocks. Each content block can be one of many types and sub types which each display different liquid templates according to the type

Field Definitions

Field Name Type Required Unique
s_c__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.
s_c__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
s_c__Document_Id__c Lookup (s_c__Media__c) No No
An associated document media object for this content block
s_c__File_Id__c Lookup (s_c__Media__c) No No
An associated file media object for this content block
s_c__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
s_c__Image_Id__c Lookup (s_c__Media__c) No No
An associated image media object for this content block
s_c__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
s_c__Link_Label__c Text No No
The label used on the content block link target
s_c__Link_Target__c Text No No
The URL target used on the content block link
s_c__Media_Id__c Lookup (s_c__Media__c) No No
An associated media object for this content block
s_c__Pull_Text_Markdown__c LongTextArea No No
The content block pull text call to action
s_c__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
s_c__Subtitle__c Text No No
The subtitle used for the content block
s_c__Summary_Markdown__c LongTextArea No No
The content block summary
s_c__Template__c Picklist Yes No
Determines the how the content is displayed for this content block using the associated template
s_c__Title__c Text No No
Title of the content block
s_c__Video_Id__c Lookup (s_c__Media__c) No No
An associated video media object for this content block
s_c__sC_Id__c Text [External ID] 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