Apply patch to fix form-editor issue

This commit is contained in:
Björn Fromme
2020-05-14 11:29:41 +02:00
parent 2ea486672e
commit c4f3701ed2
3 changed files with 388 additions and 2 deletions
+8
View File
@@ -14,6 +14,7 @@
"ext-pdo": "*",
"ext-simplexml": "*",
"christophlehmann/imageoptimizer": "^2.0",
"cweagans/composer-patches": "^1.6",
"fab/media": "^5.0",
"fab/vidi": "^3.2",
"fluidtypo3/vhs": "^5.2",
@@ -92,5 +93,12 @@
"platform": {
"php": "7.3.10"
}
},
"extra": {
"patches": {
"typo3/cms-form": {
"Fix form finisher handling": "patches/54471d5.diff"
}
}
}
}