Skip to content

Commit ce7b2de

Browse files
authored
DOC-3536: Add minimum TinyMCE version banner to TinyMCE AI Introduction (#4220)
* DOC-3536: Add minimum TinyMCE version banner to TinyMCE AI Introduction Add an IMPORTANT admonition stating that TinyMCE AI requires TinyMCE 8.4 or later, so readers can confirm version compatibility before adopting the feature. * Update modules/ROOT/pages/tinymceai-introduction.adoc * DOC-3536: Use shared NOTE partial for AI minimum version and add to plugin page Replace the inline admonition with a reusable partial, change it to a NOTE, scope the wording to the plugin, and include it on the TinyMCE AI plugin reference page in addition to the Introduction page.
1 parent bd5f2e3 commit ce7b2de

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

modules/ROOT/pages/tinymceai-introduction.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
Integrate real-time AI writing assistance into your application with TinyMCE AI, with ready-to-go editor features available via the TinyMCE plugin, and custom functionality available via the API -- even outside the editor. Speed up content creation and enhance editorial workflows across a wide range of use cases, from productivity boosts and proof-reading to content quality and consistency. All with your choice of LLM -- including your own.
1111

12+
include::partial$misc/admon-tinymceai-min-version.adoc[]
13+
1214
[[demo]]
1315
== Demo
1416

modules/ROOT/pages/tinymceai.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ include::partial$misc/admon-inline-not-supported.adoc[]
1414

1515
The {pluginname} plugin integrates AI-assisted authoring with rich-text editing. Users can interact through Actions, Reviews, or Conversations that can use relevant context from multiple sources.
1616

17+
include::partial$misc/admon-tinymceai-min-version.adoc[]
18+
1719
[[interactive-example]]
1820
== Interactive example
1921

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NOTE: The {pluginname} plugin requires {productname} 8.4 or later.

0 commit comments

Comments
 (0)