From eb1ed896f277e3c9e83ce3ba37d9c73887ac1c9e Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 18 Feb 2025 16:32:16 +1000 Subject: [PATCH] DOC-3132: Extended the functionality to support the new option in addition to readonly mode. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 7 +++---- modules/ROOT/pages/cloud-troubleshooting.adoc | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 7494a3a346..9638e2f5e8 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -168,11 +168,10 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima {productname} {release-version} also includes the following improvement: -=== -// #TINY-vwxyz1 - -// CCFR here. +=== 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. [[additions]] == Additions diff --git a/modules/ROOT/pages/cloud-troubleshooting.adoc b/modules/ROOT/pages/cloud-troubleshooting.adoc index 2b111ef934..5c60dcf7d7 100644 --- a/modules/ROOT/pages/cloud-troubleshooting.adoc +++ b/modules/ROOT/pages/cloud-troubleshooting.adoc @@ -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] \ No newline at end of file +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. \ No newline at end of file