diff options
Diffstat (limited to 'data/config.default.php')
-rw-r--r-- | data/config.default.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index c3c3b58..a0010e9 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -389,6 +389,17 @@ $defaultOrderBy = 'date_desc'; $dateOrderField = 'bModified'; /** + * What to show instead of a description if + * a bookmark has none. + * Default is '-'. Setting this to '' will collapse + * the description row for bookmarks without + * a description. + * + * @var string + */ +$blankDescription = '-'; + +/** * Number of entries that are shown in * the RSS feed by default. * |