type
LivePreviewConfig
type LivePreviewConfig struct {
URL string
Breakpoints []PreviewBreakpoint
}Serializable same- or cross-origin editor preview configuration.
URLstring- Template supporting {id}, {collection}, and {field:path.to.value} placeholders.
Breakpoints[]PreviewBreakpoint- Named authoring viewports offered by the editor.