Skip to content

Commit

Permalink
show_profile option
Browse files Browse the repository at this point in the history
  • Loading branch information
eshiol committed Mar 29, 2018
1 parent ac792d8 commit e3deba9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/com_contact/views/contact/tmpl/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,17 @@
<option value="0">JALL</option>
</field>

<field
name="show_profile"
type="list"
label="COM_CONTACT_FIELD_PROFILE_SHOW_LABEL"
description="COM_CONTACT_FIELD_PROFILE_SHOW_DESC"
>
<option value="">JGLOBAL_USE_GLOBAL</option>
<option value="0">JHIDE</option>
<option value="1">JSHOW</option>
</field>

<field
name="show_user_custom_fields"
type="fieldgroups"
Expand Down

0 comments on commit e3deba9

Please sign in to comment.