strapi-plugin-tagsinput
Version:
Tagsinput plugin for your strapi project
19 lines (18 loc) • 465 B
JavaScript
;
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