Skip to content

Commit a52d1c7

Browse files
authored
DOC-2447: api-version bump for TinyMCE 7.2.0. (#3361)
1 parent 789304e commit a52d1c7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.2
1+
7.2.0

modules/ROOT/pages/apis/tinymce.editoroptions.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= tinymce.EditorOptions
22
:navtitle: tinymce.EditorOptions
33
:description: TinyMCE Editor Options API. The options API provides the ability to register, lookup and set editor options.
4-
:keywords: get, isRegistered, isSet, register, set, unset
4+
:keywords: debug, get, isRegistered, isSet, register, set, unset
55
:moxie-type: api
66

77
TinyMCE Editor Options API. The options API provides the ability to register, lookup and set editor options.
@@ -69,6 +69,7 @@ editor.options.set('custom_option', 'value');
6969
[cols="2,5,1",options="header"]
7070
|===
7171
|Name|Summary|Defined by
72+
|xref:#debug[debug()]|Logs the initial raw editor options to the console.|`xref:apis/tinymce.editoroptions.adoc[EditorOptions]`
7273
|xref:#get[get()]|Get the value of a registered option.|`xref:apis/tinymce.editoroptions.adoc[EditorOptions]`
7374
|xref:#isRegistered[isRegistered()]|Check if an option has been registered.|`xref:apis/tinymce.editoroptions.adoc[EditorOptions]`
7475
|xref:#isSet[isSet()]|Checks to see if a value has been set for the specified option.|`xref:apis/tinymce.editoroptions.adoc[EditorOptions]`
@@ -80,6 +81,16 @@ editor.options.set('custom_option', 'value');
8081
[[methods]]
8182
== Methods
8283

84+
[[debug]]
85+
=== debug()
86+
[source, javascript]
87+
----
88+
debug()
89+
----
90+
Logs the initial raw editor options to the console.
91+
92+
'''
93+
8394
[[get]]
8495
=== get()
8596
[source, javascript]

0 commit comments

Comments
 (0)