UNPKG

strapi-plugin-tagsinput

Version:
20 lines (19 loc) 459 B
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); export { index as default }; //# sourceMappingURL=index.mjs.map