UNPKG

@bn-digital/strapi-plugin-email-emitter

Version:

Strapi plugin to send emails based on entity lifecycle or schedule rules

13 lines (12 loc) 523 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.contentTypeUIDs = exports.pluginId = void 0; const package_json_1 = __importDefault(require("../package.json")); exports.pluginId = package_json_1.default.strapi.name; exports.contentTypeUIDs = { email: `plugin::${exports.pluginId}.email`, emitter: `plugin::${exports.pluginId}.emitter`, };