tag settings

This commit is contained in:
2024-12-02 14:15:01 +03:00
parent b981ff0c44
commit 567ab8544d
4 changed files with 38 additions and 20 deletions

View File

@ -65,6 +65,7 @@ class TagModule extends Module
if (isset($model->id)) {
$value = TagEntityService::getTagsByEntity($entity, $model->id);
}
$input = SelectBuilder::build("tag[]", [
'class' => 'form-control',
'placeholder' => 'Теги',