Again
This commit is contained in:
parent
a9b3ffb449
commit
c8d227929b
@ -100,10 +100,108 @@ return [
|
|||||||
'loginLogo' => '',
|
'loginLogo' => '',
|
||||||
'loginLogoAlt' => '',
|
'loginLogoAlt' => '',
|
||||||
],
|
],
|
||||||
|
'calendarize' => [
|
||||||
|
'disableDateInSpeakingUrl' => '0',
|
||||||
|
'disableDefaultEvent' => '0',
|
||||||
|
'frequencyLimitPerItem' => '300',
|
||||||
|
'respectTimesInTimeFrameConstraints' => '0',
|
||||||
|
'tillDays' => '',
|
||||||
|
'tillDaysPast' => '',
|
||||||
|
'tillDaysRelative' => '',
|
||||||
|
'timeTableManipulation' => '0',
|
||||||
|
],
|
||||||
'extensionmanager' => [
|
'extensionmanager' => [
|
||||||
'automaticInstallation' => '1',
|
'automaticInstallation' => '1',
|
||||||
'offlineMode' => '0',
|
'offlineMode' => '0',
|
||||||
],
|
],
|
||||||
|
'flux' => [
|
||||||
|
'autoload' => '1',
|
||||||
|
'debugMode' => '1',
|
||||||
|
'doktypes' => '0,1,4',
|
||||||
|
'flexFormToIrre' => '0',
|
||||||
|
'handleErrors' => '0',
|
||||||
|
'pageIntegration' => '0',
|
||||||
|
'plugAndPlay' => '0',
|
||||||
|
'plugAndPlayDirectory' => 'design',
|
||||||
|
],
|
||||||
|
'form_translator' => [
|
||||||
|
'languageFilesDirectory' => './l10n',
|
||||||
|
'libreTranslate' => [
|
||||||
|
'apiKey' => '',
|
||||||
|
'host' => '',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'go_maps_ext' => [
|
||||||
|
'footerJS' => '1',
|
||||||
|
'include_google_api_manually' => '0',
|
||||||
|
'include_manually' => '0',
|
||||||
|
],
|
||||||
|
'indexed_search' => [
|
||||||
|
'catdoc' => '/usr/bin/',
|
||||||
|
'debugMode' => '0',
|
||||||
|
'deleteFromIndexAfterEditing' => '1',
|
||||||
|
'disableFrontendIndexing' => '0',
|
||||||
|
'enableMetaphoneSearch' => '1',
|
||||||
|
'flagBitMask' => '192',
|
||||||
|
'fullTextDataLength' => '0',
|
||||||
|
'ignoreExtensions' => '',
|
||||||
|
'indexExternalURLs' => '0',
|
||||||
|
'maxAge' => '0',
|
||||||
|
'maxExternalFiles' => '5',
|
||||||
|
'minAge' => '24',
|
||||||
|
'pdf_mode' => '20',
|
||||||
|
'pdftools' => '/usr/bin/',
|
||||||
|
'ppthtml' => '/usr/bin/',
|
||||||
|
'unrtf' => '/usr/bin/',
|
||||||
|
'unzip' => '/usr/bin/',
|
||||||
|
'useCrawlerForExternalFiles' => '0',
|
||||||
|
'useMysqlFulltext' => '0',
|
||||||
|
'xlhtml' => '/usr/bin/',
|
||||||
|
],
|
||||||
|
'news' => [
|
||||||
|
'advancedMediaPreview' => '1',
|
||||||
|
'archiveDate' => 'date',
|
||||||
|
'categoryBeGroupTceFormsRestriction' => '0',
|
||||||
|
'categoryRestriction' => '',
|
||||||
|
'contentElementRelation' => '1',
|
||||||
|
'dateTimeNotRequired' => '0',
|
||||||
|
'hidePageTreeForAdministrationModule' => '0',
|
||||||
|
'manualSorting' => '0',
|
||||||
|
'prependAtCopy' => '1',
|
||||||
|
'resourceFolderImporter' => '/news_import',
|
||||||
|
'rteForTeaser' => '0',
|
||||||
|
'showAdministrationModule' => '1',
|
||||||
|
'slugBehaviour' => 'unique',
|
||||||
|
'storageUidImporter' => '1',
|
||||||
|
'tagPid' => '1',
|
||||||
|
],
|
||||||
|
'save_and_close' => [
|
||||||
|
'saveAndClose' => '1',
|
||||||
|
'saveAndView' => '1',
|
||||||
|
],
|
||||||
|
'scheduler' => [
|
||||||
|
'maxLifetime' => '1440',
|
||||||
|
'showSampleTasks' => '1',
|
||||||
|
],
|
||||||
|
'vhs' => [
|
||||||
|
'disableAssetHandling' => '1',
|
||||||
|
],
|
||||||
|
'videos' => [
|
||||||
|
'controls' => '1',
|
||||||
|
],
|
||||||
|
'webp' => [
|
||||||
|
'convert_all' => '1',
|
||||||
|
'converter' => 'Plan2net\\Webp\\Converter\\MagickConverter',
|
||||||
|
'exclude_directories' => '',
|
||||||
|
'hide_webp' => '1',
|
||||||
|
'mime_types' => 'image/jpeg,image/png,image/gif',
|
||||||
|
'parameters' => 'image/jpeg::-quality 85 -define webp:lossless=false|image/png::-quality 75 -define webp:lossless=true|image/gif::-quality 85 -define webp:lossless=true',
|
||||||
|
'silent' => '0',
|
||||||
|
'use_system_settings' => '1',
|
||||||
|
],
|
||||||
|
'ws_t3bootstrap' => [
|
||||||
|
'tidy' => '0',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
'FE' => [
|
'FE' => [
|
||||||
'cacheHash' => [
|
'cacheHash' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user