We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in tt_content.php tt_address is registered for "insert record":
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToInsertRecords('tt_address');
But that doesn't work. There's no predefined setup and it's not possible to make that work without changes to the controller.
There are three pull requests to make rendering setup possible: #203 #256 #337
Funny thing, they all do the same. Maybe one could be merged?
The text was updated successfully, but these errors were encountered:
[FEATURE] Make insert record available #508
c596fa3
no stdwrap needed, but fixed now
Sorry, something went wrong.
No branches or pull requests
in tt_content.php tt_address is registered for "insert record":
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToInsertRecords('tt_address');
But that doesn't work. There's no predefined setup and it's not possible to make that work without changes to the controller.
There are three pull requests to make rendering setup possible: #203 #256 #337
Funny thing, they all do the same. Maybe one could be merged?
The text was updated successfully, but these errors were encountered: