Skip to content

Instantly share code, notes, and snippets.

View typo3ua's full-sized avatar
🇺🇦
Glory to Ukraine!

TYPO3 Integrator typo3ua

🇺🇦
Glory to Ukraine!
View GitHub Profile
@typo3ua
typo3ua / url_routing_for_felogin
Created May 23, 2019 13:49
URL Routing for felogin
routeEnhancers:
ForgotPassword:
type: Plugin
limitToPages: [26]
namespace: 'tx_felogin_pi1'
routePath: '/forgot/password/{forgot}'
defaults:
forgot: '1'
requirements:
forgot: '^[1]{1}$'
<f:debug>{categories}</f:debug>
<v:form.select id="categories" options="{categories}" property="categories" name="categories" optionValueField="uid" optionLabelField="title"/>