UNPKG

strapi-plugin-tagsinput

Version:
19 lines (18 loc) 465 B
"use strict"; function getDefaultExportFromCjs(x) { return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x; } var register$1 = ({ strapi }) => { strapi.customFields.register({ name: "tags", plugin: "tagsinput", type: "json" }); }; const register = register$1; var src = { register }; const index = /* @__PURE__ */ getDefaultExportFromCjs(src); module.exports = index; //# sourceMappingURL=index.js.map