The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-wordpress/startup.coffee

9 lines
623 B

RocketChat.settings.addGroup 'OAuth', ->
@section 'WordPress', ->
enableQuery = {_id: 'Accounts_OAuth_Wordpress', value: true}
@add 'Accounts_OAuth_Wordpress', false, { type: 'boolean', public: true }
@add 'API_Wordpress_URL', '', { type: 'string', enableQuery: enableQuery, public: true }
@add 'Accounts_OAuth_Wordpress_id', '', { type: 'string', enableQuery: enableQuery }
@add 'Accounts_OAuth_Wordpress_secret', '', { type: 'string', enableQuery: enableQuery }
@add 'Accounts_OAuth_Wordpress_callback_url', '_oauth/wordpress', { type: 'relativeUrl', readonly: true, force: true, enableQuery: enableQuery }