Home > @infiniteobjects/shopify-data-manager > AdminTypes > Collection > templateSuffix
The suffix of the Liquid template being used to show the collection in an online store. For example, if the value is custom
, then the collection is using the collection.custom.liquid
template. If the value is null
, then the collection is using the default collection.liquid
template.
Signature:
templateSuffix?: Maybe<Scalars['String']['output']>;