Can't get plugin content type to show up


const notification = require('./notification');
const settings = require('./settings');
const pushKey = require('./pushkey');

module.exports = {
  notification,
  settings,
  pushKey
};