templateTag element
Type: | templateTag |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Tag object representing a templaetag in the GCN
Example JSON
{
"mandatory" : false,
"editableInPage" : false,
"id" : ...,
"name" : "...",
"constructId" : ...,
"active" : false,
"properties" : {
"..." : {
"type" : "STRING",
"stringValue" : "...",
"booleanValue" : false,
"fileId" : ...,
"imageId" : ...,
"folderId" : ...,
"pageId" : ...,
"stringValues" : [ "...", ... ],
"options" : [ {
"id" : ...,
"key" : "...",
"value" : "..."
}, ... ],
"selectedOptions" : [ {
"id" : ...,
"key" : "...",
"value" : "..."
}, ... ],
"datasourceId" : ...,
"overview" : {
"listType" : "PAGE",
"selectType" : "FOLDER",
"orderDirection" : "ASC",
"orderBy" : "ALPHABETICALLY",
"selectedItemIds" : [ ..., ... ],
"source" : "...",
"maxItems" : ...
},
"templateId" : ...,
"contentTagId" : ...,
"templateTagId" : ...,
"partId" : ...,
"id" : ...
},
"---" : ...
},
"type" : "CONTENTTAG"
}