cerebrate/templates/genericTemplates/tag.php

7 lines
142 B
PHP

<?php
echo $this->Tag->tags($entity->tags, [
'allTags' => $allTags,
'picker' => true,
'editable' => true,
]);