From e299f4fb752ef0eece59ff3ecf3875fcd9ae676e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 13 Apr 2026 12:14:11 +1000 Subject: [PATCH] DOC-3388: Add getContent and setContent examples to save-content partial Add programmatic get/set content section with runnable examples using editor.getContent(), getContent({ format: 'text' }), and editor.setContent() to address Context7 benchmark Q3 (12/100). --- .../ROOT/partials/install/save-content.adoc | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/modules/ROOT/partials/install/save-content.adoc b/modules/ROOT/partials/install/save-content.adoc index 87cc276011..d6da4cf555 100644 --- a/modules/ROOT/partials/install/save-content.adoc +++ b/modules/ROOT/partials/install/save-content.adoc @@ -4,3 +4,33 @@ To retrieve content from the editor, either process the content with a form hand If you use a form handler, once the `+
+` is submitted, {productname} {productmajorversion} will `+POST+` the content in the same way as a normal HTML `+