From 1a517f45842d996da45bab0ced76cfa9f8e44db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 16 Jun 2026 10:25:00 +0200 Subject: [PATCH] fix: include phone number in form finisher for myep api --- .../ext/ep_theme/Configuration/Yaml/FormFinishersBackend.yaml | 2 +- .../ext/ep_theme/Configuration/Yaml/FormFinishersFrontend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersBackend.yaml b/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersBackend.yaml index b5c59bff..2edef0c8 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersBackend.yaml +++ b/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersBackend.yaml @@ -45,7 +45,7 @@ TYPO3: iconIdentifier: 'form-finisher' predefinedDefaults: options: - mapping: 'lastName:text-1,firstName:text-2,gender:singleselect-1,email:email-1' + mapping: 'lastName:text-1,firstName:text-2,gender:singleselect-1,email:email-1,phone:telephone-1' AddReferrerFinisher: formEditor: iconIdentifier: 'form-finisher' diff --git a/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersFrontend.yaml b/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersFrontend.yaml index 6de1872a..000c78da 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersFrontend.yaml +++ b/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormFinishersFrontend.yaml @@ -10,7 +10,7 @@ TYPO3: label: 'BusPro Finisher' options: identifier: 'BpnApiFinisher' - mapping: 'lastName:text-1,firstName:text-2,gender:singleselect-1,email:email-1' + mapping: 'lastName:text-1,firstName:text-2,gender:singleselect-1,email:email-1,phone:telephone-1' AddReferrerFinisher: implementationClassName: 'EP\EpTheme\Form\AddReferrerFinisher' formEditor: