1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
Daniel Neto 2023-11-10 09:36:43 -03:00
parent 0e3fa24329
commit 4e95a0e94c
369 changed files with 16946 additions and 89882 deletions

View file

@ -33,7 +33,6 @@ class CustomizeAdvanced extends PluginAbstract {
public static function getDataObjectDeprecated() {
return array(
'useVideoIDOnSEOLinks',
'EnableMinifyJS',
'usePreloadLowResolutionImages',
'useFFMPEGToGenerateThumbs',
@ -258,7 +257,6 @@ class CustomizeAdvanced extends PluginAbstract {
$obj->usePermalinks = false;
self::addDataObjectHelper('usePermalinks', 'Do not show video title on URL', 'This option is not good for SEO, but makes the URL clear');
$obj->useVideoIDOnSEOLinks = true;
$obj->disableAnimatedGif = false;
$obj->removeBrowserChannelLinkFromMenu = false;
$obj->EnableMinifyJS = false;