Excerpt | ||
---|---|---|
| ||
string - short text. |
Overview
Value of this field is a short text.
Common Attributes
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Attributes
name | type | required | default value | description |
---|---|---|---|---|
expression | string | no | none | If not empty value of the field will be evaluated using given expression. |
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<string name="firstName" />
<string name="lastName" required="true" />
<string name="name" expression="#firstName + ' ' + #lastName" />
|