mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
tag icons
This commit is contained in:
@@ -19,11 +19,15 @@ class Tag extends Resource
|
||||
public function fields(Request $request)
|
||||
{
|
||||
return [
|
||||
Text::make('Name')->sortable(),
|
||||
Text::make('Name')
|
||||
->sortable(),
|
||||
|
||||
Text::make('Translation')->sortable(),
|
||||
Text::make('Icon')
|
||||
->sortable()
|
||||
->help('<a href="https://fontawesome.com/icons" target="_blank">https://fontawesome.com/icons</a>'),
|
||||
|
||||
Select::make('Type')->options([
|
||||
Select::make('Type')
|
||||
->options([
|
||||
'search' => 'search',
|
||||
]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user