@contentstack/live-preview-utils
Version:
Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.
14 lines (13 loc) • 384 B
JavaScript
import "../chunk-5WRI5ZAA.js";
// src/livePreview/livePreviewProductionCleanup.ts
function removeDataCslp() {
const nodes = document.querySelectorAll("[data-cslp]");
nodes.forEach((node) => {
node.removeAttribute("data-cslp");
node.removeAttribute("data-cslp-button-position");
});
}
export {
removeDataCslp
};
//# sourceMappingURL=livePreviewProductionCleanup.js.map