news twitter

This commit is contained in:
Benjamin Takats
2023-01-20 15:10:43 +01:00
parent d1facb88fc
commit 01bfa8e193

View File

@@ -121,7 +121,7 @@ class LibraryItem extends Resource
->type('library_item') ->type('library_item')
->withLinkToTagResource(Tag::class), ->withLinkToTagResource(Tag::class),
Texta::make('Name') Text::make('Name')
->rules('required', 'string'), ->rules('required', 'string'),
Text::make(__('Subtitle'), 'subtitle') Text::make(__('Subtitle'), 'subtitle')