forked from GNUsocial/gnu-social
Updated /api/statusnet/config.xml to show new config params potentially relevant to client devs
This commit is contained in:
parent
b65ed56c7a
commit
ff509feff0
@ -52,13 +52,17 @@ require_once INSTALLDIR . '/lib/api.php';
|
|||||||
class ApiStatusnetConfigAction extends ApiAction
|
class ApiStatusnetConfigAction extends ApiAction
|
||||||
{
|
{
|
||||||
var $keys = array(
|
var $keys = array(
|
||||||
'site' => array('name', 'server', 'theme', 'path', 'fancy', 'language',
|
'site' => array('name', 'server', 'theme', 'path', 'logo', 'fancy', 'language',
|
||||||
'email', 'broughtby', 'broughtbyurl', 'closed',
|
'email', 'broughtby', 'broughtbyurl', 'timezone', 'closed',
|
||||||
'inviteonly', 'private','textlimit'),
|
'inviteonly', 'private', 'textlimit', 'ssl', 'sslserver', 'shorturllength'),
|
||||||
'license' => array('url', 'title', 'image'),
|
'license' => array('type', 'owner', 'url', 'title', 'image'),
|
||||||
'nickname' => array('featured'),
|
'nickname' => array('featured'),
|
||||||
|
'profile' => array('biolimit'),
|
||||||
|
'group' => array('desclimit'),
|
||||||
|
'notice' => array('contentlimit'),
|
||||||
'throttle' => array('enabled', 'count', 'timespan'),
|
'throttle' => array('enabled', 'count', 'timespan'),
|
||||||
'xmpp' => array('enabled', 'server', 'user')
|
'xmpp' => array('enabled', 'server', 'port', 'user'),
|
||||||
|
'integration' => array('source')
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user