Skip to content

Commit

Permalink
Merge pull request #13 from nebrot/develop
Browse files Browse the repository at this point in the history
[TASK] Add TYPO3 13 compatibility
  • Loading branch information
einpraegsam authored Oct 7, 2024
2 parents ff4f528 + 272a34b commit f053281
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
22 changes: 9 additions & 13 deletions Configuration/FlexForms/FlexFormPi1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,20 @@
<sheets>
<main>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.main</sheetTitle>
</TCEforms>
<sheetTitle>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.main</sheetTitle>
<type>array</type>
<el>
<settings.typoscriptobjectpath>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.typoscriptobjectpath</label>
<config>
<type>input</type>
<size>50</size>
<eval>trim</eval>
</config>
</TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:typoscript2ce/Resources/Private/Language/locallang_db.xlf:flexform.typoscriptobjectpath</label>
<config>
<type>input</type>
<size>50</size>
<eval>trim</eval>
</config>
</settings.typoscriptobjectpath>
</el>
</ROOT>
</main>
</sheets>
</T3DataStructure>
</T3DataStructure>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "typo3-cms-extension",
"license": "GPL-3.0",
"require": {
"typo3/cms-core": "^11.5 || ^12.0"
"typo3/cms-core": "^11.5 || ^12.4 || ^13.0"
},
"replace": {
"typo3-ter/typoscript2ce": "self.version"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'author_company' => 'in2code.de',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99'
'typo3' => '11.5.0-13.4.99'
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit f053281

Please sign in to comment.