Skip to content
Snippets Groups Projects
Commit 235cb2c8 authored by Oliver Hader's avatar Oliver Hader
Browse files

[!!!][TASK] Form project structure is not Extbase-compliant

Directory is moved from Resources/Private/Configuration -> Configuration
If the static TypoScript resource was already included in a template, it
needs to be updated manually again since this is a breaking change.

Change-Id: I018832f7320695a57297add2df911827caa5e04a
Fixes: #31196
Reviewed-on: http://review.typo3.org/6200
Reviewed-by: Xavier Perseguers
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader
parent 1318a5d2
No related merge requests found
......@@ -118,7 +118,7 @@ class tx_form_Common implements t3lib_Singleton {
*/
public function initializePageTsConfig() {
t3lib_extMgm::addPageTSConfig(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form/Resources/Private/Configuration/PageTSconfig/modWizards.ts">'
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form/Configuration/PageTS/modWizards.ts">'
);
return $this;
......
......@@ -4,7 +4,7 @@ if (!defined('TYPO3_MODE')) {
}
// Add Default TS to Include static (from extensions)
t3lib_extMgm::addStaticFile($_EXTKEY, 'Resources/Private/Configuration/TypoScript/', 'Default TS');
t3lib_extMgm::addStaticFile($_EXTKEY, 'Configuration/TypoScript/', 'Default TS');
$TCA['tt_content']['columns']['bodytext']['config']['wizards']['forms'] = array(
'notNewRecords' => 1,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment