Unfortunately no. I have a copy of the flexform.xml in boht places.


Regards
Jeppe


David Bruchmann skrev den 16.01.2019 13:04:
Is it possible that the file-path is just wrong?

Instead of this:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue($pluginSignature,
'FILE:EXT:'.$_EXTKEY.'/Configuration/flexform.xml');

it could be like this:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue($pluginSignature,
'FILE:EXT:'.$_EXTKEY.'/Configuration/FlexForms/flexform.xml');

On Wed, Jan 16, 2019 at 6:00 PM <[email protected]>
wrote:

Send TYPO3-english mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TYPO3-english digest..."


Today's Topics:

   1. TYPO3 8.7 and Flexform ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Tue, 15 Jan 2019 13:40:22 +0100
From: [email protected]
Subject: [TYPO3-english] TYPO3 8.7 and Flexform
To: Typo3 english <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset=US-ASCII; format=flowed

Hi

I can seem to find a working tutorial on how to use Flexform in TYPO3
8.7.

I have tried with this:
$extensionName =

\TYPO3\CMS\Core\Utility\GeneralUtility::underscoredToUpperCamelCase($_EXTKEY);
$frontendpluginName = 'BEF Members';
$pluginSignature =
strtolower($extensionName).'_'.strtolower($frontendpluginName);
$TCA['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature]
= 'pi_flexform';
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue($pluginSignature,

'FILE:EXT:'.$_EXTKEY.'/Configuration/flexform.xml');

But the flexfrom doesn't show up.


Can anyone help me?


Regards
Jeppe Donslund


------------------------------

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

End of TYPO3-english Digest, Vol 184, Issue 2
*********************************************

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to