strapi-plugin-tagsinput
Version:
Tagsinput plugin for your strapi project
20 lines (19 loc) • 459 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);
export {
index as default
};
//# sourceMappingURL=index.mjs.map