You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`url`**\*| String, or function that returns a string, pointing to your front-end application. This value is used as the iframe `src`. [More details](#url). |
48
+
|**`url`**| String, or function that returns a string, pointing to your front-end application. This value is used as the iframe `src`. [More details](#url). |
49
49
|**`breakpoints`**| Array of breakpoints to be used as “device sizes” in the preview window. Each item appears as an option in the toolbar. [More details](#breakpoints). |
50
50
|**`collections`**| Array of collection slugs to enable Live Preview on. |
51
51
|**`globals`**| Array of global slugs to enable Live Preview on. |
52
52
53
-
_\* An asterisk denotes that a property is required._
54
-
55
53
### URL
56
54
57
55
The `url` property resolves to a string that points to your front-end application. This value is used as the `src` attribute of the iframe rendering your front-end. Once loaded, the Admin Panel will communicate directly with your app through `window.postMessage` events.
0 commit comments