...
When the editor is used in Iframe iframe mode, it is displayed in the default style unless a separate style URL is set.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var synapEditorConfig = {
...
'editor.mode.iframe': {
'enable': true,
'style.urls': [..., 'horizontalLineExtensionquoteExtension.min.css의 url'],
'script.urls': []
}
...
};
|
...