Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/ROOT/pages/7.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima

{productname} {release-version} also includes the following improvement<s>:

=== Extended the `forceReadOnly` functionality to support the new `disabled` option in addition to readonly mode.
// #TINY-11490

In previous versions of {productname}, the editor would transition to read-only mode if the API key was missing, invalid, or if the domain was invalid. With the release of {productname} {release-version}, this behavior has been updated to instead activate disabled mode in these scenarios.

=== Added `link_attributes_postprocess` option that allows overriding attributes of a link inserted through the link dialog.
// #TINY-11707

Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/cloud-troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,6 @@ This message is shown when {productname} is loaded from a domain that has not be

==== Solution

Please request that your admin add this domain to the approved domains in the Customer Portal. For more information see xref:cloud-troubleshooting.adoc#domain-not-registered[Domain not registered]
Please request that your admin add this domain to the approved domains in the Customer Portal. For more information see xref:cloud-troubleshooting.adoc#domain-not-registered[Domain not registered]

NOTE: From xref:7.6.0-release-notes.adoc[{productname} 7.6.0] onwards, the editor uses disabled mode instead of read-only mode.
Loading