You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

projectdoc Toolbox

Requests to transform replace placeholders in the referenced wizard form fields.

Tags
Identifier
projectdoc-replace-fields-request
Type
List of Strings
Value Range
List of input field names of a wizard's form.
Since
1.11

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.

 

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).

Example of Usage

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">

Resources

Translate Placeholders in Short Description
The short description, stored in the blueprint context may contain placeholders that are translated to their final values.
Page Wizard Placeholder
The pages wizards provide placeholder to make page creation easier.
  • No labels