Available placeholders for title template creation.
Properties
|
Property |
Possible Values |
Example |
Description |
|---|---|---|---|
|
name |
string |
StartDate |
Name of the placeholder |
|
placeholder |
string |
|
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.
{
"id": "CGN-GD",
"name": "TestTemplate",
"template": "{-{CollectionTitle}-} {-{StartDate}-}(-(dd.MM.yy)-)"
}
Example JSON Snippet
{
"name": "StartDate",
"placeholder": "{-{StartDate}-}",
"supportsDateTimeFormatting": true
}