Enables vertical filmstrip by default.
This commit is contained in:
parent
d65295db8b
commit
70e1bfc6b8
|
@ -59,7 +59,7 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
|
||||||
/**
|
/**
|
||||||
* Whether to show thumbnails in filmstrip as a column instead of as a row.
|
* Whether to show thumbnails in filmstrip as a column instead of as a row.
|
||||||
*/
|
*/
|
||||||
VERTICAL_FILMSTRIP: false,
|
VERTICAL_FILMSTRIP: true,
|
||||||
|
|
||||||
//A html text to be shown to guests on the close page, false disables it
|
//A html text to be shown to guests on the close page, false disables it
|
||||||
CLOSE_PAGE_GUEST_HINT: false,
|
CLOSE_PAGE_GUEST_HINT: false,
|
||||||
|
|
Loading…
Reference in New Issue