Adds an option for a hint message shown only to guests.

This commit is contained in:
damencho
2016-12-30 10:59:21 -06:00
parent 282defc54c
commit 63aa60f2d6
2 changed files with 16 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
* Whether to only show the filmstrip (and hide the toolbar).
*/
filmStripOnly: false,
//A html text to be shown to guests on the close page, false disables it
CLOSE_PAGE_GUEST_HINT: false,
RANDOM_AVATAR_URL_PREFIX: false,
RANDOM_AVATAR_URL_SUFFIX: false,
FILM_STRIP_MAX_HEIGHT: 120,