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/package.js

17 lines
419 B

Package.describe({
name: 'rocketchat:wordpress',
version: '0.0.1',
summary: 'RocketChat settings for WordPress Oauth Flow'
});
Package.onUse(function(api) {
api.use('ecmascript');
api.use('rocketchat:lib');
api.use('rocketchat:custom-oauth');
api.use('templating', 'client');
api.addFiles('common.js');
api.addFiles('client/wordpress-login-button.css', 'client');
api.addFiles('startup.js', 'server');
});