extension_builder
extension_builder copied to clipboard
TYPO3 extension to kickstart and maintain TYPO3 extensions
**Describe the bug** I have a clean T3 (v12.4.16) with bootstrap_package (v14.0.7) and extension_builder (v12.0.0-beta.2). This is a composer installation. When I create a new extension with extension builder, when...
The output of the items has been changed. * https://github.com/FriendsOfTYPO3/extension_builder/blob/typo3-12-reactjs/Resources/Private/CodeTemplates/Extbase/Partials/TCA/SelectProperty.phpt ``` 'items' => [ ['Default', 0], ['{label}', '{value}'], ], ``` * https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.3/Deprecation-99739-IndexedArrayKeysForTCAItems.html * https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ColumnsConfig/Type/Select/Properties/Items.html ``` 'items' => [ [ 'label'...
**Describe the bug** If you don't know how, it is difficult to figure out how to click open the relation. This used to be easy. Now, you have to click...
Hi, thanks for your work. You should propose this project for a budget, i think this extension is super important for newcomers and also for checking the actual state of...