You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello is it possible to add more categories to the search forms...
I treid to change the form but im missing the structure in how to do that.
I want to add categories to:
t('Looking for a'),
'match_sex',
[
GenderTypeUserCore::MALE => '👨 ' . t('Man'),
GenderTypeUserCore::FEMALE => '👩 ' . t('Woman'),
GenderTypeUserCore::COUPLE => '💑 ' . t('Couple')
],
Beta Was this translation helpful? Give feedback.
All reactions