Theme Template Object Reference

Overview

Theme Templates represent Liquid templates that make up a Theme

Property Value
API Name s_c__Theme_Template__c
Label Theme Template
Plural Label Theme Templates
Type Custom Object

Fields

Field Label API Name Type Required Description
Content s_c__Content__c LongTextArea(131072) No The HTML and Liquid code content used for this template. See our help documentation on "Custom Theme Templates" for more information
Key s_c__Key__c Text(236) Yes A unique value that represents the Template. The key can be used in Liquid code to render this template. See our help documentation on "Custom Theme Templates" for more information
Theme s_c__Theme_Id__c MasterDetail (s_c__Theme__c) No The Theme this Theme Template belongs to
Unique Theme Key s_c__Unique_Theme_Key__c Text(255) No An internal field to ensure uniqueness
StoreConnect External ID s_c__sC_Id__c Text(36) No StoreConnect External ID, do not modify in Salesforce

Relationships

Field Type Related Object Relationship Name
s_c__Theme_Id__c MasterDetail s_c__Theme__c Theme_Templates