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 <typo3-english-requ...@lists.typo3.org>
wrote:

Send TYPO3-english mailing list submissions to
        typo3-english@lists.typo3.org

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
        typo3-english-requ...@lists.typo3.org

You can reach the person managing the list at
        typo3-english-ow...@lists.typo3.org

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 (je...@donslund.net)


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

Message: 1
Date: Tue, 15 Jan 2019 13:40:22 +0100
From: je...@donslund.net
Subject: [TYPO3-english] TYPO3 8.7 and Flexform
To: Typo3 english <typo3-english@lists.typo3.org>
Message-ID:
        <mailman.7802.1547556043.712.typo3-engl...@lists.typo3.org>
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
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

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

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to