Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Type

Required

Default

Description

value

string

TRUE

 

 

Examples

Example 1
Code Block
xml
xml

<ww:push value="user">

...


 <ww:propery value="firstName" />

...


 <ww:propery value="lastName" />

...


</ww:push>}}

instead of:

Code Block
xml
xml

<ww:propery value="user.firstName" />

...


<ww:propery value="user.lastName" />