X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=860957bf9ee861aab5560bd505e2453ab044cea1;hb=f47027abbefe35d17df50c67eec7cd1156a5e39a;hp=be0e4a74e62ee4321baddc748b6730a2573e18f1;hpb=285c2ee72dc254988a38d591c71efc726a8d6de4;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index be0e4a74e6..860957bf9e 100644 --- a/lib/default.php +++ b/lib/default.php @@ -269,6 +269,11 @@ $default = 'group' => array('maxaliases' => 3, 'desclimit' => null), + 'peopletag' => + array('maxtags' => 100, // maximum number of tags a user can create. + 'maxpeople' => 500, // maximum no. of people with the same tag by the same user + 'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) + 'desclimit' => null), 'oembed' => array('endpoint' => 'http://oohembed.com/oohembed/', 'order' => array('built-in', 'well-known', 'service', 'discovery'),