We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804c5e3 commit bf420b6Copy full SHA for bf420b6
Resources/Public/jsDomainModeling/extensionProperties.js
@@ -194,9 +194,9 @@ extbaseModeling_wiringEditorLanguage.propertiesFields = [
194
id: "targetVersionSelector",
195
label: "target_version",
196
description: "descr_target_version",
197
- selectValues: ["11.5.0-11.5.99"],
198
- selectOptions: ["TYPO3 v11.5"],
199
- value: "11.5.0-11.5.99",
+ selectValues: ["12.4.0-12.4.99"],
+ selectOptions: ["TYPO3 v12.4"],
+ value: "12.4.0-12.4.99",
200
},
201
202
{
@@ -208,7 +208,7 @@ extbaseModeling_wiringEditorLanguage.propertiesFields = [
208
description: "descr_dependsOn",
209
cols: 20,
210
rows: 6,
211
- value: "typo3 => 11.5.0-11.5.99\n",
+ value: "typo3 => 12.4.0-12.4.99\n",
212
213
214
],
0 commit comments