|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History* if a placeholder name must contain the character ':' (colon), it must be escaped by the character '\', example: {{$\{placeholder-name-with-\:-colon:default-value}\}}',
* if a placeholder default value must contain the character ':' (colon), it must be escaped by the character '\', example: {{$\{placeholder-name:default-value-with-\:-colon}\}}'.
* if a placeholder default value must contain the character ':' (colon), it must be escaped by the character '\', example: {{$\{placeholder-name:default-value-with-\:-colon}\}}'.
* if a placeholder default value must contain '{{\\:}}', the escapement character must be escaped also, example: {{$\{placeholder-name:default-value-with-\\:-double-escapement}\}}'.
* the escape character can be escaped by itself.
It is possible to change a placeholder value at runtime reloading the component property file. It is not sufficient, the parameter associated to the placeholder must be changeable at runtime. So check component documentation to know that.