Skip to content

Commit 2f48e2b

Browse files
[TASK] Change paths to FlexForms in examples (#6108)
* [TASK] Change paths to FlexForms in examples Path to FlexForms in example now follows common standards. Issue: #6107
1 parent a56f213 commit 2f48e2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/ApiOverview/FlexForms/_codesnippets/_extbase_plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'my-extension-icon',
1111
'plugins',
1212
'Plugin description',
13-
'FILE:EXT:my_extension/Configuration/FlexForm.xml',
13+
'FILE:EXT:my_extension/Configuration/FlexForms/MyFlexform.xml',
1414
);
1515

1616
ExtensionManagementUtility::addToAllTCAtypes(
@@ -22,6 +22,6 @@
2222

2323
ExtensionManagementUtility::addPiFlexFormValue(
2424
'',
25-
'FILE:EXT:myext/Configuration/FlexForm.xml',
25+
'FILE:EXT:myext/Configuration/FlexForms/MyFlexform.xml',
2626
$ctypeKey,
2727
);

Documentation/ApiOverview/FlexForms/_codesnippets/_plain_plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
ExtensionManagementUtility::addPiFlexFormValue(
2424
'',
25-
'FILE:EXT:myext/Configuration/FlexForm.xml',
25+
'FILE:EXT:myext/Configuration/FlexForms/MyFlexform.xml',
2626
$ctypeKey,
2727
);

0 commit comments

Comments
 (0)