
PageBuilder
Visual section builder for MODX 3: draft and publish without overwriting resource content


Version: Pro, capability minishop3.
The inspector accepts ids separated by commas. Section data stores a string array. Without miniShop3 the type is not offered for a new field.
{
"name": "product_ids",
"type": "products",
"label": "Products"
}{
"product_ids": ["12", "18", "24"]
}{foreach $product_ids as $id}
<span>{$id|escape}</span>
{/foreach}