You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FIELDNAME="description"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="Description of the custom content type."/>
30
30
<FIELDNAME="descriptionformat"TYPE="int"LENGTH="4"NOTNULL="false"DEFAULT="0"SEQUENCE="false"COMMENT="The format of the description field of the custom content type."/>
31
31
<FIELDNAME="datasources"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="Datasources used by this cms type, comma separated."/>
32
+
<FIELDNAME="title_mustache"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="The name of this custom content type instance."/>
32
33
<FIELDNAME="mustache"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="Mustache template for the content."/>
33
34
<FIELDNAME="customdata"TYPE="text"NOTNULL="false"SEQUENCE="false"COMMENT="Custom data, in JSON format."/>
34
35
<FIELDNAME="isvisible"TYPE="int"LENGTH="1"NOTNULL="true"DEFAULT="1"SEQUENCE="false"COMMENT="Is this visible in the activity list."/>
$string['mustache_help'] = 'The above content will need to be a valid {$a}. Sample variables that are available for use in this template are given below.';
$string['mustache_help'] = 'The two fields above will form the content displayed in the activity. They both will need to be valid {$a}. Sample variables that are available for use in these templates are given below.';
0 commit comments