Merge branch 'jeremydurand-bug/403-configuration-new-album-position'

This commit is contained in:
plegall 2016-12-05 15:36:50 +01:00
commit 102e0f0608
2 changed files with 21 additions and 1 deletions

View file

@ -110,6 +110,9 @@ $conf['newcat_default_visible'] = true;
// automatically create private.
$conf['newcat_default_status'] = 'public';
// newcat_default_position : at creation, should the album appear at the first or last position ?
$conf['newcat_default_position'] = 'first';
// level_separator : character string used for separating a category level
// to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',
// ' >'