@sapui5/sap.ui.richtexteditor 1.96.37 → 1.96.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
* (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.96.
|
|
8
|
+
<version>1.96.38</version>
|
|
9
9
|
|
|
10
10
|
<documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
|
|
11
11
|
|
|
@@ -1936,6 +1936,7 @@ sap.ui.define([
|
|
|
1936
1936
|
toolbar_items_size: 'small',
|
|
1937
1937
|
toolbar: aButtonRows,
|
|
1938
1938
|
toolbar_mode: "sliding",
|
|
1939
|
+
content_style: "body { font-family: verdana, geneva, sans-serif; }",
|
|
1939
1940
|
statusbar: false, // disables display of the status bar at the bottom of the editor
|
|
1940
1941
|
image_advtab: true, // Adds an "Advanced" tab to the image dialog allowing you to add custom styles, spacing and borders to images
|
|
1941
1942
|
readonly: !this.getEditable(),
|