1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12187] Add URL type for profile fields

PHPBB3-12187
This commit is contained in:
Joas Schilling
2014-02-11 23:02:54 +01:00
parent 76409388af
commit a2f2629e2a
9 changed files with 105 additions and 2 deletions

View File

@@ -80,3 +80,12 @@ services:
- @user
tags:
- { name: profilefield.type }
profilefields.type.url:
class: phpbb\profilefields\type\type_url
arguments:
- @request
- @template
- @user
tags:
- { name: profilefield.type }