Skip to content

Commit

Permalink
Fix social sync admin settings
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 2, 2020
1 parent d24ee17 commit f87de89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/settings/admin.php
@@ -1,5 +1,5 @@
<?php
script('contacts', 'adminSettings');
script('contacts', 'contacts-admin-settings');
?>

<div id="contacts-settings"></div>
1 change: 1 addition & 0 deletions webpack.js
Expand Up @@ -3,6 +3,7 @@ const webpack = require('webpack')
const webpackConfig = require('@nextcloud/webpack-vue-config')

webpackConfig.entry['files-action'] = path.join(__dirname, 'src', 'files-action.js')
webpackConfig.entry['admin-settings'] = path.join(__dirname, 'src', 'admin-settings.js')
webpackConfig.plugins.push(new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/))

module.exports = webpackConfig

0 comments on commit f87de89

Please sign in to comment.