Content staging package item.
| name | data type | constraints | description |
|---|---|---|---|
| errors | array of StagedError | Get list of errors related to this object. | |
| publishDir | string | Publish directory | |
| binaryPublishDir | string | Get the publish directory for binaries | |
| publishImageVariants | boolean | required boolean | True if image variants should be created on page/object property publish |
| https | boolean | required boolean | True if secure https is enabled for this node |
| hostname | string | Hostname of the node | |
| hostnameProperty | string | Hostname property of the node | |
| publishFs | boolean | required boolean | True if the node shall publish into the filesystem |
| publishFsPages | boolean | required boolean | True if the node shall publish pages into the file system |
| publishFsFiles | boolean | required boolean | True if the node shall publish files into the file system |
| contentRepositoryId | string | ID of the assigned content repository | |
| publishContentMap | boolean | required boolean | True if the node shall publish into a contentmap (if a contentrepository is assigned) |
| publishContentMapPages | boolean | required boolean | True if to publish pages to the content repository |
| publishContentMapFiles | boolean | required boolean | True if to publish files to the content repository |
| publishContentMapFolders | boolean | required boolean | True if to publish folders to the content repository |
| languages | array of string | ||
| pageLanguageCode | PageLanguageCode | Get page language code | |
| rootFolderId | string | ID of the root folder | |
| features | array of string | Get the features | |
| constructIds | array of string | IDs of the assigned constructs | |
| objectPropertyIds | array of string | IDs of the assigned object properties | |
| packages | array of string | Devtool packages, to which the node is assigned | |
| pageUrls | string | ||
| fileUrls | string | ||
| meshPreviewUrlProperty | string | ||
| meshProjectName | string | ||
| name | string | ||
| pubDirSegment | boolean | required boolean | True if the publish directories are created from segments defined for the folders. False if every folder has its own publish directory. |
| id | string | ||
| omitPageExtension | boolean | required boolean | Should the page extensions be omitted? |
Example
{
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "OTHER"
} ],
"publishDir" : "...",
"binaryPublishDir" : "...",
"publishImageVariants" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFs" : true,
"publishFsPages" : true,
"publishFsFiles" : true,
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"pageLanguageCode" : "FILENAME",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"objectPropertyIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"meshPreviewUrlProperty" : "...",
"meshProjectName" : "...",
"name" : "...",
"pubDirSegment" : true,
"id" : "...",
"omitPageExtension" : true
}