Cinnamon provides a simple content management module to provide the capability to add textual and formatted (Microsoft Word) content to Cinnamon reports. Larger Cinnamon-installations are also integrating with typical commercial Content Management Systems (CMS) to allow for more sophisticated content editing and content reuse with other applications outside reporting.

What is a Content Type

Content types are used to manage cohesive content versions

Managing Content Types

Cinnamon allows to

Managing Content Versions

Cinnamon allows to

Bulk Upload of Content

To upload or maintain a large amount of content types, the CM module allows to bulk upload content via a specific Excel file.

File format

The file must have the following structure

This file allows to specify a series of content versions

Use this sample upload template:

Upload

The upload will

note

In more detail, the upload differentiates between uploading to the latest version (there is no newer version given by the validFrom dates) from any of the non-latest versions:

  1. if the upload affects any non-latest version, the upload has to exactly match validFrom and validTo dates to update the contents.

  2. if the upload affects the latest version, then

    • if upload.validFrom is less or equal to latest.validFrom, the latest version’s content is replaced. Hints:

      • validTo date can also be changed (prolonged or shortened)

      • if validFrom is less, that there still can't be an overlap in validity periods with any non-latest versions due to rule 1 above

    • if upload.validFrom > latest.validFrom, a new version is created and the latest.validTo is automatically set to upload.validFrom - 1 day

In more detail, the upload differentiates between uploading to the latest version (there is no newer version given by the validFrom dates) from any of the non-latest versions:

  1. if the upload affects any non-latest version, the upload has to exactly match validFrom and validTo dates to update the contents.

  2. if the upload affects the latest version, then

    • if upload.validFrom is less or equal to latest.validFrom, the latest version’s content is replaced. Hints:

      • validTo date can also be changed (prolonged or shortened)

      • if validFrom is less, that there still can't be an overlap in validity periods with any non-latest versions due to rule 1 above

    • if upload.validFrom > latest.validFrom, a new version is created and the latest.validTo is automatically set to upload.validFrom - 1 day

The upload does not support

Bulk-upload of attachments

Additional features

The bulk upload

Known Issues