Updated tabler to 1.0.0-beta20

This commit is contained in:
Pinga 2023-08-29 11:37:36 +03:00
parent 9fafe701aa
commit ae0bfb08f3
429 changed files with 28170 additions and 18920 deletions

View file

@ -1,5 +1,5 @@
/**
* TinyMCE version 6.2.0 (2022-09-08)
* TinyMCE version 6.4.2 (2023-04-26)
*/
(function () {
@ -627,6 +627,12 @@
name: 'Advanced Tables',
type: 'premium'
},
{
key: 'advtemplate',
name: 'Advanced Templates',
type: 'premium',
slug: 'advanced-templates'
},
{
key: 'casechange',
name: 'Case Change',
@ -647,6 +653,12 @@
name: 'Footnotes',
type: 'premium'
},
{
key: 'typography',
name: 'Advanced Typography',
type: 'premium',
slug: 'advanced-typography'
},
{
key: 'mediaembed',
name: 'Enhanced Media Embed',
@ -663,6 +675,12 @@
name: 'Format Painter',
type: 'premium'
},
{
key: 'inlinecss',
name: 'Inline CSS',
type: 'premium',
slug: 'inline-css'
},
{
key: 'linkchecker',
name: 'Link Checker',
@ -711,6 +729,11 @@
name: 'Spelling Autocorrect',
type: 'premium'
},
{
key: 'tableofcontents',
name: 'Table of Contents',
type: 'premium'
},
{
key: 'tinycomments',
name: 'Tiny Comments',
@ -722,11 +745,6 @@
name: 'Tiny Drive',
type: 'premium',
slug: 'tinydrive-introduction'
},
{
key: 'tableofcontents',
name: 'Table of Contents',
type: 'premium'
}
], item => ({
...item,
@ -891,7 +909,7 @@
};
editor.windowManager.open({
title: 'Help',
size: 'medium',
size: 'normal',
body,
buttons: [{
type: 'cancel',