neptuo / is4wfw

PHP based CMS with multi domain support, virtual file system, library for team-sport fixtures and statistics, and many other features.
http://is4wfw.neptuo.com
Apache License 2.0
1 stars 0 forks source link

More complex way to add/update list item #525

Closed maraf closed 8 months ago

maraf commented 8 months ago

Sometimes it's benefitial to build the item in several steps

<list:add name="people">
  <list:set key="name" value="Jon" />
  <list:set key="age" value="20" />
</list:add>
<list:add name="people">
  <list:set key="name" value="Jane" />
  <list:set key="age" value="24" />
</list:add>

Coordinate with #524 for the same experience with list:update