UNPKG

@strapi/utils

Version:

Shared utilities for the Strapi packages

11 lines (8 loc) 276 B
import { isDynamicZoneAttribute } from '../../content-types.mjs'; const visitor = ({ key, attribute }, { remove })=>{ if (isDynamicZoneAttribute(attribute)) { remove(key); } }; export { visitor as default }; //# sourceMappingURL=remove-dynamic-zones.mjs.map