Skip to content

Commit 476ace9

Browse files
committed
current state after rebase
c
1 parent 7800707 commit 476ace9

56 files changed

Lines changed: 164 additions & 17041 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devbox/config/sites/main/config.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.devbox/config/system/settings.php

Lines changed: 58 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
return [
33
'BE' => [
44
'debug' => false,
5-
'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$RVROeGc0R21iU2M4UC43Wg$gEQqOxR8Y3Pa4ds9xRZY0dLpI0Mbu3EWA61b+9wzBW0',
6-
'loginRateLimit' => 0,
5+
'explicitADmode' => 'explicitAllow',
6+
'installToolPassword' => '$argon2i$v=19$m=16384,t=16,p=2$NHRRakR4a1VIaXhwcXVtYQ$pt8ySy8esoakVxigXIHjSIq7TMWKOGyeJmq6BvUPv1g',
77
'passwordHashing' => [
88
'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
99
'options' => [],
@@ -26,6 +26,12 @@
2626
],
2727
],
2828
],
29+
'EXT' => [],
30+
'EXTCONF' => [
31+
'helhum-typo3-console' => [
32+
'initialUpgradeDone' => '9.5',
33+
],
34+
],
2935
'EXTENSIONS' => [
3036
'backend' => [
3137
'backendFavicon' => '',
@@ -36,85 +42,65 @@
3642
'loginLogo' => '',
3743
'loginLogoAlt' => '',
3844
],
45+
'bootstrap_package' => [
46+
'disableCssProcessing' => '0',
47+
'disableFontLoader' => '0',
48+
'disableGoogleFontCaching' => '0',
49+
'disablePageTsBackendLayouts' => '0',
50+
'disablePageTsContentElements' => '0',
51+
'disablePageTsRTE' => '0',
52+
'disablePageTsTCADefaults' => '0',
53+
'disablePageTsTCEFORM' => '0',
54+
'disablePageTsTCEMAIN' => '0',
55+
],
3956
'extension_builder' => [
4057
'backupDir' => 'var/tx_extensionbuilder/backups',
4158
'backupExtension' => '1',
4259
'enableRoundtrip' => '1',
4360
],
4461
'extensionmanager' => [
4562
'automaticInstallation' => '1',
46-
'offlineMode' => '0',
47-
],
48-
'redirects' => [
49-
'showCheckIntegrityInfoInReports' => '1',
50-
'showCheckIntegrityInfoInReportsSeconds' => '86400',
63+
'offlineMode' => '1',
5164
],
52-
'scheduler' => [
53-
'maxLifetime' => '1440',
54-
],
55-
'styleguide' => [
56-
'boolean_1' => '0',
57-
'boolean_2' => '1',
58-
'boolean_3' => '',
59-
'boolean_4' => '0',
60-
'color_1' => 'black',
61-
'color_2' => '#000000',
62-
'color_3' => '000000',
63-
'color_4' => '',
64-
'compat_default_1' => 'value',
65-
'compat_default_2' => '',
66-
'compat_input_1' => 'value',
67-
'compat_input_2' => '',
68-
'int_1' => '1',
69-
'int_2' => '',
70-
'int_3' => '-100',
71-
'int_4' => '2',
72-
'intplus_1' => '1',
73-
'intplus_2' => '',
74-
'intplus_3' => '2',
75-
'nested' => [
76-
'input_1' => 'aDefault',
77-
'input_2' => '',
78-
],
79-
'offset_1' => 'x,y',
80-
'offset_2' => 'x',
81-
'offset_3' => ',y',
82-
'offset_4' => '',
83-
'options_1' => 'default',
84-
'options_2' => 'option_2',
85-
'options_3' => '',
86-
'predefined' => [
87-
'boolean_1' => '1',
88-
'int_1' => '42',
89-
],
90-
'small_1' => 'value',
91-
'small_2' => '',
92-
'string_1' => 'value',
93-
'string_2' => '',
94-
'user_1' => '0',
95-
'wrap_1' => 'value',
96-
'wrap_2' => '',
97-
'zeroorder_input_1' => 'value',
98-
'zeroorder_input_2' => '',
99-
'zeroorder_input_3' => '',
65+
'indexed_search' => [
66+
'catdoc' => '/usr/bin/',
67+
'debugMode' => '0',
68+
'deleteFromIndexAfterEditing' => '1',
69+
'disableFrontendIndexing' => '0',
70+
'enableMetaphoneSearch' => '1',
71+
'flagBitMask' => '192',
72+
'fullTextDataLength' => '0',
73+
'ignoreExtensions' => '',
74+
'indexExternalURLs' => '0',
75+
'maxAge' => '0',
76+
'maxExternalFiles' => '5',
77+
'minAge' => '24',
78+
'pdf_mode' => '20',
79+
'pdftools' => '/usr/bin/',
80+
'ppthtml' => '/usr/bin/',
81+
'trackIpInStatistic' => '2',
82+
'unrtf' => '/usr/bin/',
83+
'unzip' => '/usr/bin/',
84+
'useCrawlerForExternalFiles' => '0',
85+
'useMysqlFulltext' => '0',
86+
'xlhtml' => '/usr/bin/',
10087
],
10188
],
10289
'FE' => [
103-
'cacheHash' => [
104-
'enforceValidation' => true,
105-
],
10690
'debug' => false,
107-
'disableNoCacheParameter' => true,
10891
'passwordHashing' => [
10992
'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
11093
'options' => [],
11194
],
11295
],
11396
'GFX' => [
114-
'processor' => 'GraphicsMagick',
115-
'processor_effects' => false,
97+
'processor' => 'ImageMagick',
98+
'processor_allowTemporaryMasksAsPng' => false,
99+
'processor_colorspace' => 'sRGB',
100+
'processor_effects' => true,
116101
'processor_enabled' => true,
117102
'processor_path' => '/usr/bin/',
103+
'processor_path_lzw' => '/usr/bin/',
118104
],
119105
'LOG' => [
120106
'TYPO3' => [
@@ -133,44 +119,40 @@
133119
],
134120
'MAIL' => [
135121
'transport' => 'sendmail',
136-
'transport_sendmail_command' => '/usr/local/bin/mailpit sendmail -t --smtp-addr 127.0.0.1:1025',
122+
'transport_sendmail_command' => '/usr/local/bin/mailhog sendmail test@example.org --smtp-addr 127.0.0.1:1025',
123+
'transport_smtp_encrypt' => '',
124+
'transport_smtp_password' => '',
125+
'transport_smtp_server' => '',
126+
'transport_smtp_username' => '',
137127
],
138128
'SYS' => [
139-
'UTF8filesystem' => true,
140129
'caching' => [
141130
'cacheConfigurations' => [
142131
'hash' => [
143132
'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
144133
],
145134
'imagesizes' => [
146135
'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
147-
'options' => [
148-
'compression' => true,
149-
],
150136
],
151137
'pages' => [
152138
'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
153-
'options' => [
154-
'compression' => true,
155-
],
139+
],
140+
'pagesection' => [
141+
'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
156142
],
157143
'rootline' => [
158144
'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
159-
'options' => [
160-
'compression' => true,
161-
],
162145
],
163146
],
164147
],
165148
'devIPmask' => '',
166149
'displayErrors' => 0,
167-
'encryptionKey' => 'a6ce4db53bfc96e540abf8a057e3af08ae9256d7f90772ae41effc9c1a725ff0d76c597681ba69e426307b6e859af69f',
150+
'encryptionKey' => '3a5826140e97e15e5f2f6de051e7e0f903958cb8d9a9caadaf6b237be88f53bde31462ef070939161e30e8ac101e2f3f',
168151
'exceptionalErrors' => 4096,
169152
'features' => [
170-
'security.backend.enforceContentSecurityPolicy' => true,
171-
'security.system.enforceAllowedFileExtensions' => true,
153+
'unifiedPageTranslationHandling' => true,
172154
],
173-
'sitename' => 'ExtensionBuilder Devbox',
155+
'sitename' => 'Extension Builder Devbox',
174156
'systemMaintainers' => [
175157
1,
176158
],

.devbox/public/typo3conf/LocalConfiguration.php

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)