UNPKG

strapi-plugin-email-designer

Version:
14 lines (11 loc) 216 B
'use strict'; /** * config.js configuration service */ module.exports = ({ strapi }) => { return { getConfig(key = 'editor') { return strapi.plugin('email-designer').config(key) ?? {}; }, }; };