UNPKG

@shopgate/engage

Version:
7 lines (6 loc) 443 B
/** * List of allowed origins for cms page preview iFrame communication. */ export const ALLOWED_PAGE_PREVIEW_ORIGINS = ['https://next.admin.shopgatedev.com', 'https://next.admin.shopgatepg.com', 'https://next.admin.shopgate.com', 'https://next.us.admin.shopgate.com', 'http://localhost:1337']; // Whether to consider vertical margins when calculating the overlay position. export const CONSIDER_CONTAINER_MARGINS_ON_SCROLL_DEFAULT = false;