From 15bd062c10e97c564b2eccd0841634c3b457eaea Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 10 Jul 2026 16:25:44 +1000 Subject: [PATCH] Docs: TINYDOC-3554 - Fix Angular cloud quick-start to load via API key only Remove licenseKey="gpl" from the cloud-gated component sample and gate the self-hosted loading include (angular-load-tinymce-independently.adoc) behind productSource != cloud, so the Angular cloud page loads exclusively via the API key and no longer shows self-hosted setup steps. Matches the React and Vue cloud pages. Package-manager and zip pages are unaffected. --- modules/ROOT/partials/integrations/angular-quick-start.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/partials/integrations/angular-quick-start.adoc b/modules/ROOT/partials/integrations/angular-quick-start.adoc index 825e091bd8..f69dc9881a 100644 --- a/modules/ROOT/partials/integrations/angular-quick-start.adoc +++ b/modules/ROOT/partials/integrations/angular-quick-start.adoc @@ -55,7 +55,6 @@ import { EditorComponent } from '@tinymce/tinymce-angular';

{productname} {productmajorversion} Angular Demo

` @@ -101,7 +100,9 @@ ifeval::["{productSource}" == "zip"] . Unzip the content of the `+tinymce/js+` folder from the link:{download-enterprise}[{productname} zip] into the `+src+` folder. endif::[] +ifeval::["{productSource}" != "cloud"] include::partial$integrations/angular-load-tinymce-independently.adoc[] +endif::[] . Run the Angular a development server +