UNPKG

strapi-plugin-link-custom-field

Version:
19 lines (18 loc) 292 B
const register = ({ strapi }) => { strapi.customFields.register({ name: "link", plugin: "link-custom-field", type: "string", inputSize: { // optional default: 4, isResizable: true } }); }; const index = { register }; export { index as default };