Fluid-Form by coding.ms mit Symfony-Command und Backend-Preview
FEATURE
0 gesamt
TASK
0 gesamt
BUGFIX
0 gesamt
BREAKING
0 gesamt
Beschreibung
Fluid-Form by coding.ms 2.4.0 migriert den Report-Command auf einen Symfony-Command und enthält mehrere Konfigurations- sowie Backend-Verbesserungen, die Du bei Betrieb, Datenschutz und Pflege von Formularen in TYPO3 direkt nutzt.
- Migration des Report-Commands vom Command Controller zum Symfony-Command – modernisiert das CLI-Handling und verbessert die Wartbarkeit des Befehls.
- Automatisches Löschen von Formulardaten nach dem Versand per E-Mail im Report-Command – erhöht die Datensparsamkeit und hält die Datenbank übersichtlicher.
- Entfernung der Optionen pages und recursive aus der Plugin-Konfiguration sowie Löschung veralteter realurl-Konfiguration – bereinigt Einstellungen und reduziert Legacy-Overhead.
- Hinzufügen eines Wizards für das neue Inhaltselement und Korrektur der zugehörigen Labels – erleichtert das Anlegen von Plugin-Elementen im Backend.
- Backend-Vorschau für das Plugin-Element – Du kannst die Darstellung des Plugins direkt im Backend prüfen, bevor Du Änderungen veröffentlichst.
- Integration einer EditorConfig-Konfiguration – sorgt für konsistente Code-Stil-Regeln für Entwickler und Mitwirkende.
Change-Log
## 2020-05-19 Release of version 2.4.0
* [TASK] remove pages and recursive options from plugin configuration
* [TASK] Delete form data after sending via email in report command
* [TASK] Migrate report command from command controller to symfony command
* [TASK] Remove obsolete realurl configuration
* [TASK] Correct labels for wizard for new content element
* [TASK] Add wizard for new content element see #2
* [TASK] Add Editorconfig configuration
* [TASK] Add backend preview for plugin element see #1