mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
type
This commit is contained in:
@@ -111,7 +111,7 @@ class LibraryItem extends Resource
|
|||||||
Text::make('Name')
|
Text::make('Name')
|
||||||
->rules('required', 'string'),
|
->rules('required', 'string'),
|
||||||
|
|
||||||
Select::make(__('Type'))
|
Select::make(__('Type'), 'type')
|
||||||
->options(
|
->options(
|
||||||
Options::forEnum(LibraryItemType::class)
|
Options::forEnum(LibraryItemType::class)
|
||||||
->toArray()
|
->toArray()
|
||||||
|
|||||||
Reference in New Issue
Block a user