tag add description

This commit is contained in:
xiaomlove
2023-01-11 05:05:18 +08:00
parent d7d63c8fd2
commit 1ff92df6d2
6 changed files with 41 additions and 5 deletions
@@ -51,6 +51,7 @@ class TagResource extends Resource
->label(__('label.search_box.taxonomy.mode'))
->helperText(__('label.search_box.taxonomy.mode_help'))
,
Forms\Components\Textarea::make('description')->label(__('label.description')),
]);
}