Skip to main content
Skip table of contents

Placeholder [VCon IG]

Available placeholders for title template creation.

Properties

Property

Possible Values

Example

Description

name

string

StartDate

Name of the placeholder

placeholder

string

{-{StartDate}-}

technical representation of the placeholder string

supportsDateTimeFormatting

bool

true

whether the placeholder supports DateTime formatting.

DateTime formatting means, that in the Template [VCon IG] the placeholder string can be extended by a format string, e. g.

CODE
{
    "id": "CGN-GD",
    "name": "TestTemplate",
    "template": "{-{CollectionTitle}-} {-{StartDate}-}(-(dd.MM.yy)-)"
  }

Example JSON Snippet

CODE
 {
    "name": "StartDate",
    "placeholder": "{-{StartDate}-}",
    "supportsDateTimeFormatting": true
  }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.