Requests to transform replace placeholders in the referenced wizard form fields.
This property allows template authors to define a list of wizard input fields that may contain placeholders specified by the page author. These placeholders reference space properties.
The replacement is permanent. The current value of the space property is inserted at the instance of the document creation.
This is for replacing placeholders of the form ${placeholder name}
.
Placeholders prefixed by an ampersand do not require special treatment and are always resolved in document names/titles and short descriptions (if the template references an appropriate content provider).
To allow page authors to use placeholders that reference to space properties, use a hidden input field.
<input id="projectdoc-replace-fields-request"
type="hidden"
name="projectdoc-replace-fields-request"
value="projectdoc_doctype_common_name, projectdoc_doctype_common_shortDescription">
Variable Names
Since version 6.0 all dots in variable names have been replaced by underscores.
Before 6.x | Since 6.x |
---|
projectdoc.doctype.common.shortDescription | projectdoc_doctype_common_shortDescription |
Note that references to resources (for instance labels) and identifiers for property names still use dots as delimiters.