mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 17:51:06 +08:00
Refactored image picker to js component
Also adjusted default cover image size
This commit is contained in:
@ -19,7 +19,7 @@ return [
|
||||
'description' => 'Description',
|
||||
'role' => 'Role',
|
||||
'cover_image' => 'Cover image',
|
||||
'cover_image_description' => 'This image should be approx 300x170px.',
|
||||
'cover_image_description' => 'This image should be approx 440x250px.',
|
||||
|
||||
/**
|
||||
* Actions
|
||||
@ -49,6 +49,7 @@ return [
|
||||
'toggle_details' => 'Toggle Details',
|
||||
'toggle_thumbnails' => 'Toggle Thumbnails',
|
||||
'details' => 'Details',
|
||||
|
||||
/**
|
||||
* Header
|
||||
*/
|
||||
|
Reference in New Issue
Block a user