extension_builder
extension_builder copied to clipboard
TYPO3 extension to kickstart and maintain TYPO3 extensions
The info text should be loaded on the first load but as modal window instead and the text should be updated to be more helpful for onboarding new users.
**Describe the bug** Under Configuration→TCA→Overrides→tt_content.php→registerPlugin the part for the icon is missing.
**Describe the bug** The result seems not compatible with the proposal https://docs.typo3.org/m/typo3/book-extbasefluid/master/en-us/4-FirstExtension/7-configuring-the-plugin.html ```php
- [ ] How to make extbase controller actions secure
T3 has option to prevent deleting related records while deleting parent record. It's described here: [Typo3 Docs - Start Field types (config > type) IRRE / inline Properties enableCascadingDelete](https://docs.typo3.org/m/typo3/reference-tca/master/en-us/ColumnsConfig/Type/Inline/Properties/BehaviourEnableCascadingDelete.html) Now,...
Having a relation with the type `1:1` generates currently this code: ```php 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', 'foreign_table' => 'tx_holiday_domain_model_country', 'default' => 0, 'size' => 10,...
In settings.yaml I tried to add: Configuration: Extbase: Persistence: Classes: merge For classes not created/taken care of extension_builder I expected to keep some class-persistence-settings manually added to: Configuration/Extbase/Persistence/Classes.php But that...
**Describe the bug** Extending a class which is created by extension builder is only possible after installing the extension **To Reproduce** Steps to reproduce the behavior: 1. Create a class...
The SqlSchemaMigrationService is removed in 9.5 - so we have to refactor \EBT\ExtensionBuilder\Utility\ExtensionInstallationStatus->checkForDbUpdate and \EBT\ExtensionBuilder\Utility\ExtensionInstallationStatus::performDbUpdates
Currently the *Select list* property type defaults to an integer in the database and a single item. Unfortunately this overrides manuell adjustments to the items config. Proposition: Let users configure...