Type of content template. There are 2 “primitive" types:
Text and Media that are system-generated. Any content templates
created through the Content Templates endpoint
will be assigned a type of Custom.
title
string
Yes
Title of content template.
var-name
string
No
Variable name used to reference content template in layout region
configurations. If not provided on creation, a var-name will be created based
on the value of title.
description
string
No
Description of the content template to display in editor interfaces.
unique
boolean
No
Set this to true if if the content template can only be
used once on any given page. If no value is provided on creation, unique will
default to false.
folder-name
string
No
Overrides the name of the theme folder within
content_templates that will contain .liquid template files for
this content template’s displays. If not provided on creation, defaults to the value
of var_name.
icon-title
string
Yes
CSS class name of
Font Awesome icon used to represent the content
template. Note that this should exclude the fa- prefix. For example, if the Font
Awesome icon class is fa-beer,
then this should be represented by the string beer.
created-at
date
Read-only
Records when content template was created, localized to the current logged
in user’s time zone.
updated-at
date
Read-only
Records when content template was last updated, localized to the current
logged in user’s time zone.