mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Cover images: Updated description wording to better detail size
To make it clearer that the advised size may not be fixed. For #4748
This commit is contained in:
parent
999d41a7f5
commit
16327cf40c
@ -20,7 +20,7 @@ return [
|
|||||||
'description' => 'Description',
|
'description' => 'Description',
|
||||||
'role' => 'Role',
|
'role' => 'Role',
|
||||||
'cover_image' => 'Cover image',
|
'cover_image' => 'Cover image',
|
||||||
'cover_image_description' => 'This image should be approx 440x250px.',
|
'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
'actions' => 'Actions',
|
'actions' => 'Actions',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import {EditorView, keymap, Direction} from '@codemirror/view';
|
import {EditorView, keymap} from '@codemirror/view';
|
||||||
|
|
||||||
import {copyTextToClipboard} from '../services/clipboard';
|
import {copyTextToClipboard} from '../services/clipboard';
|
||||||
import {viewerExtensions, editorExtensions} from './setups';
|
import {viewerExtensions, editorExtensions} from './setups';
|
||||||
|
Loading…
Reference in New Issue
Block a user