assets self-hosted

This commit is contained in:
Benjamin Takats
2023-01-20 19:26:26 +01:00
parent 3d2a9a5c73
commit de43a4d842

View File

@@ -101,12 +101,12 @@ class LibraryItem extends Resource
->exceptOnForms(), ->exceptOnForms(),
Images::make(__('Main picture'), 'main') Images::make(__('Main picture'), 'main')
->conversionOnIndexView('thumb'), ->conversionOnIndexView('thumb')->showStatistics(),
Images::make(__('Images'), 'images') Images::make(__('Images'), 'images')
->conversionOnIndexView('thumb') ->conversionOnIndexView('thumb')
->help('Upload images here to insert them later in the Markdown Description. But you have to save before.') ->help('Upload images here to insert them later in the Markdown Description. But you have to save before.')
->hideFromIndex(), ->hideFromIndex()->showStatistics(),
Files::make(__('Downloadable File'), 'single_file') Files::make(__('Downloadable File'), 'single_file')
->help('Für neue Datei-Typen bitte bei den Admins melden. (Derzeit: PDF)'), ->help('Für neue Datei-Typen bitte bei den Admins melden. (Derzeit: PDF)'),