1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Daniel Neto 2023-06-30 08:55:17 -03:00
parent 746e163d01
commit 1c7ea28b46
808 changed files with 316395 additions and 381162 deletions

View file

@ -1,5 +1,5 @@
/**
* TinyMCE version 6.3.1 (2022-12-06)
* 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',
@ -650,7 +656,8 @@
{
key: 'typography',
name: 'Advanced Typography',
type: 'premium'
type: 'premium',
slug: 'advanced-typography'
},
{
key: 'mediaembed',
@ -671,7 +678,8 @@
{
key: 'inlinecss',
name: 'Inline CSS',
type: 'premium'
type: 'premium',
slug: 'inline-css'
},
{
key: 'linkchecker',
@ -901,7 +909,7 @@
};
editor.windowManager.open({
title: 'Help',
size: 'medium',
size: 'normal',
body,
buttons: [{
type: 'cancel',