Skip to content

Commit 7e562bb

Browse files
authored
Update modules/ROOT/partials/configuration/iframe_attrs.adoc
1 parent f7f2286 commit 7e562bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/configuration/iframe_attrs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ tinymce.init({
3737
----
3838
// After the editor is initialized, you can verify the configuration:
3939
console.log(tinymce.activeEditor.options.get('iframe_attrs'));
40-
// Output: {style: 'background-color: #f5f5f5; border: 2px solid #ddd;', class: 'custom-editor-frame'}
40+
// Output: {style: 'background-color:rgb(64, 167, 99); border: 2px solid #ddd;', class: 'custom-editor-frame'}
4141
----

0 commit comments

Comments
 (0)