You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/general-configuration-guide/customize-ui.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This section is about customizing {productname}'s user interface with skins, too
9
9
10
10
*Silver* is {productname}'s default theme. Users can easily customize the menu or toolbar without having to edit the theme. Theme creation requires a more in depth-knowledge of {productname}'s API and is beyond the scope of this guide. {productname} skins, however, are easier to make.
11
11
12
+
[[skins]]
12
13
== Skins
13
14
14
15
Skins control the appearance of {productname} such as colors and spacing. The default skin is called *Oxide* (`oxide`) and has a `light` and a `dark` version. To initialize the editor with the dark version of the default skin, use the following configuration:
Developers can add custom filtering before and after *PowerPaste*'s filters are run using the pre-filtering and post-filtering callbacks. These can be added as init options or at runtime using event listeners.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/release-notes/release-notes51.adoc
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,30 @@
7
7
8
8
{productname} 5.1 was released for {enterpriseversion} and {cloudname} on Wednesday, December 11^th^, 2019. It includes {productname} 5.1.3 and additional changes to premium plugins. These release notes provide a high-level coverage of the changes for {productname} 5.1, including:
9
9
10
-
* <<newfeaturesandenhancements,New features and enhancements>>
11
-
* <<premiumpluginchanges,Premium Plugin changes>>
12
-
* <<deprecatedfeatures,Deprecated features>>
13
-
* <<knownissues,Known issues>>
14
-
* <<upgradingtothelatestversionoftinymce5,Upgrading to the latest version of TinyMCE 5>>
10
+
* xref:newfeaturesandenhancements[New features and enhancements]
Copy file name to clipboardExpand all lines: modules/ROOT/pages/release-notes/release-notes514.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@
7
7
8
8
{productname} 5.1.4 was released for {enterpriseversion} and {cloudname} on Wednesday, December 18^th^, 2019. These release notes provide an overview of the changes for {productname} 5.1.4, including:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/release-notes/release-notes515.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,11 @@
7
7
8
8
{productname} 5.1.5 was released for {enterpriseversion} and {cloudname} on Wednesday, January 15^th^, 2020. These release notes provide an overview of the changes for {productname} 5.1.5, including:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/release-notes/release-notes516.adoc
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,13 @@
7
7
8
8
{productname} 5.1.6 was released for {enterpriseversion} and {cloudname} on Wednesday, February 5^th^, 2020. It includes {productname} 5.1.6 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.1.6, including:
* Changing a tables row type from `Header` to `Body` no-longer incorrectly moves the row to the bottom of the table.
23
24
* Context menus now open correctly on hybrid devices that support both touch and mouse input.
24
25
* Context menus no longer open in the wrong location when the target was the editor body.
25
-
* The `image` plugin now respects the link:{baseurl}/configure/file-image-upload/#automatic_uploads[`automatic_uploads`] setting when uploading local images.
26
+
* The `image` plugin now respects the xref:configure/file-image-upload.adoc#automatic_uploads[`automatic_uploads`] setting when uploading local images.
26
27
28
+
[[securityfixes]]
27
29
== Security fixes
28
30
29
31
{productname} 5.1.6 provides fixes for the following security issues:
30
32
31
33
* CDATA parsing and sanitization has been improved to address a cross-site scripting (XSS) vulnerability.
32
34
35
+
[[premiumpluginchanges]]
33
36
== Premium Plugin changes
34
37
35
38
=== Advanced Code Editor
@@ -47,7 +50,7 @@ The {productname} 5.1.6 release includes *Enhanced Media Embed* 2.2.5.
47
50
48
51
*Enhanced Media Embed* 2.2.5 provides the following bug fixes:
49
52
50
-
* The link:{baseurl}/plugins/premium/mediaembed/#mediaembed_max_width[`mediaembed_max_width`] setting will now constrain the max width correctly on Internet Explorer 11.
53
+
* The xref:plugins/premium/mediaembed.adoc#mediaembed_max_width[`mediaembed_max_width`] setting will now constrain the max width correctly on Internet Explorer 11.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/ui-components/typesoftoolbarbuttons.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,7 @@ The `fetch` function is called when the toolbar menu button's menu is opened. It
236
236
237
237
Use the following demo link:{baseurl}/demo/custom-toolbar-menu-button/[here] for help using the menu toolbar button.
238
238
239
+
[[splitbutton]]
239
240
== Split button
240
241
241
242
A split button contains a basic button and a menu button, wrapped up into one toolbar item. Clicking the menu button section opens a dropdown list. The basic button section and the menu items can be configured to trigger different actions when clicked.
Copy file name to clipboardExpand all lines: modules/ROOT/partials/configuration/automatic_uploads.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
[[automatic_uploads]]
1
2
== `automatic_uploads`
2
3
3
4
Enable or disable automatic upload of images represented by data URLs or blob URIs. Such images get generated, for example, as a result of image manipulation through link:{baseurl}/plugins/opensource/imagetools[Image Tools] plugin, or after image is drag-n-dropped onto the editor from the desktop.
0 commit comments