Skip to content

Commit

Permalink
TINY-8100: Deprecate Schema.getSpecialElements() (#7288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfordneil authored Oct 10, 2021
1 parent 8005d93 commit 17776d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/tinymce/src/core/main/ts/api/html/Schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,11 @@ const Schema = (settings?: SchemaSettings): Schema => {
* Returns a map with special elements. These are elements that needs to be parsed
* in a special way such as script, style, textarea etc. The map object values
* are regexps used to find the end of the element.
* <br>
* <em>Deprecated in TinyMCE 5.10 and has been marked for removal in TinyMCE 6.0</em>.
*
* @method getSpecialElements
* @deprecated
* @return {Object} Name/value lookup map for special elements.
*/
const getSpecialElements = Fun.constant(specialElements);
Expand Down

0 comments on commit 17776d0

Please sign in to comment.