Markup language object
| name | data type | constraints | description |
|---|---|---|---|
| id | number | ID of the markup language | |
| name | string | Name | |
| extension | string | Extension | |
| contentType | string | ContentType | |
| feature | string | Optional feature, this markup language is bound to | |
| excludeFromPublishing | boolean | required boolean | Flag, whether pages created with template that use this markup language will generally be excluded from publishing |
Example
{
"id" : 12345,
"name" : "...",
"extension" : "...",
"contentType" : "...",
"feature" : "...",
"excludeFromPublishing" : true
}