UNPKG

datocms-plugin-sdk

Version:
8 lines 382 B
import { fullScreenRenderModeBootstrapper } from '../utils'; export var renderItemFormSidebarBootstrapper = fullScreenRenderModeBootstrapper('renderItemFormSidebar', function (configuration, ctx) { if (!configuration.renderItemFormSidebar) { return; } configuration.renderItemFormSidebar(ctx.sidebarId, ctx); }); //# sourceMappingURL=renderItemFormSidebar.js.map