Files
pole-book/server/node_modules/@strapi/content-manager/dist/admin/constants/dragAndDrop.mjs

12 lines
244 B
JavaScript

const ItemTypes = {
COMPONENT: 'component',
EDIT_FIELD: 'editField',
FIELD: 'field',
DYNAMIC_ZONE: 'dynamicZone',
RELATION: 'relation',
BLOCKS: 'blocks'
};
export { ItemTypes };
//# sourceMappingURL=dragAndDrop.mjs.map