Added extras to user profile fields. This field can be accessed using the
profile.form.element.extras template variable when editing a profile and the profile.extras field when viewing a template.
This commit is contained in:
parent
ddd1c27305
commit
ebd2309104
8 changed files with 337 additions and 271 deletions
|
|
@ -26,6 +26,9 @@ our $HELP = {
|
|||
{
|
||||
name => 'profile.value',
|
||||
},
|
||||
{
|
||||
name => 'profile.extras',
|
||||
},
|
||||
|
||||
],
|
||||
},
|
||||
|
|
@ -91,6 +94,9 @@ our $HELP = {
|
|||
name => 'profile.form.element',
|
||||
required => 1,
|
||||
},
|
||||
{
|
||||
name => 'profile.form.extras',
|
||||
},
|
||||
{
|
||||
name => 'profile.form.element.label',
|
||||
required => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue