cerebrate/templates/genericTemplates/tag.php

8 lines
160 B
PHP
Raw Normal View History

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