aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/news_ranges_input.php
blob: ac1fe51f8a55b8f3f4a300efde407cc6a1c97a7c (plain)
1
2
3
4
5
6
7
<editable-list name="<?= htmlReady($this->name) ?>"
               quicksearch="<?= htmlReady((string) $searchtype) ?>"
               :items="<?= htmlReady(json_encode($items)) ?>"
               :selectable="<?= htmlReady(json_encode($selectable)) ?>"
               :category_order="<?= htmlReady(json_encode($category_order)) ?>"
               @input="output => <?= htmlReady($this->name) ?> = output">
</editable-list>