Skip to content

Merge

Merges multiple content into a single content.

Parameters

NameDescriptionAllowed ValuesRequiredDefault
mediaTypeMedia type to apply to the merged file. If not set, will use the media type of the first file merged.string
mergedFilenameName of the merged file. Embed {{deltaFileName}} to have it replaced with the deltaFileName or content[0].name to get the name of the first content. If not set, will use the filename of the first file merged.string

Output

Content

All input content is concatenated into a single content with a name provided by mergedFilename and a media type provided by mediaType.

Contact US