default value for CELL_CAPTIONS

This commit is contained in:
Laurent Mazet 2020-12-28 11:29:53 +01:00
parent b0eff630ff
commit aaa1c92ac8
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ window.TrivabbleConf = {
// Timer activation
ENABLE_TIMER: false,
// Cell captions. Could be "clip", "dots", "none" or "short"
CELL_CAPTIONS: "dots",
// I don't like trailing commas, here is a nice message for you reading this file :-)
HAVE_FUN: true
};