Skip to content

Commit 52fbd99

Browse files
committed
DOC-3189: Update comments callback demo
DOC-3189: Added tinycomments_fetch_author_info new option Removes Pollyjs from old demo added release notes for TinyMCE 7.8.0
1 parent 0421cfb commit 52fbd99

File tree

7 files changed

+224
-924
lines changed

7 files changed

+224
-924
lines changed

modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<textarea id="comments-callback">
1+
<textarea id="comments-callback-with-mentions">
22
<h2>Welcome to Tiny Comments!</h2>
33
<p>Please try out this demo of our Tiny Comments premium plugin with @mentions support.</p>
44
<ol>

modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
294294

295295

296296
tinymce.init({
297-
selector: 'textarea#comments-callback',
297+
selector: 'textarea#comments-callback-with-mentions',
298298
license_key: 'gpl',
299299
toolbar: 'addcomment showcomments code | bold italic underline',
300300
menubar: 'file edit view insert format tools tc help',

modules/ROOT/examples/live-demos/comments-callback/example.js

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)