Configures the iframe settings for the Rich Text Editor.
{ : }
Defines additional attributes for rendering the iframe.
Defaults to null
boolean
Determines whether to render the Rich Text Editor with an iframe-based editable element.
Defaults to false
Array
Specifies the meta tags to be applied to the element of the iframe.
Defaults to []
Object used to inject styles and scripts into the iframe.
Defaults to {}
string[]
Represents the sandbox attribute for the Rich Text Editor’s iframe, defining the security restrictions applied to the embedded content. Configure this property using a string array (e.g., [“allow-scripts”, “allow-forms”]). If set to an empty array, all restrictions are applied except “allow-same-origin”. By default, “allow-same-origin” is included in the Rich Text Editor’s iframe sandbox.
Defaults to null