create-form-type
Read @.ai/Component/Forms/CONTEXT.md for form conventions (base classes, data flow, service registration).
1. Root form type
Create src/PrestaShopBundle/Form/Admin/{Section}/{Domain}/{Domain}Type.php:
- Extend
TranslatorAwareType(provides$this->trans()) orAbstractTypefor simple forms buildForm(): add all fields for the entityconfigureOptions(): set defaults as needed- Form types define structure and validation only — no knowledge of commands/quer
[Description truncada. Veja o README completo no GitHub.]