summaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-01-19 20:23:23 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-01-19 20:23:23 +0000
commit7240d693de33dc3b66fadbf0d11c2f23be67ea24 (patch)
treecaa49edd16a2554bda58ad8d2305e61fed5f0aa6 /data/config.default.php
parentcc1d7d7a4d9cbcbf604416b7487e4868193d4b75 (diff)
downloadsemanticscuttle-7240d693de33dc3b66fadbf0d11c2f23be67ea24.tar.gz
semanticscuttle-7240d693de33dc3b66fadbf0d11c2f23be67ea24.tar.bz2
Implement request #2934872: Option to set the "no description"
description. Patch by fnorder@users.sourceforge.net git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@615 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php11
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.
*