Skip to content

Commit

Permalink
Add layout option to com_contact category menu item (#23514)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell authored and HLeithner committed Apr 26, 2019
1 parent 9a295c1 commit 94a068f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/com_contact/views/category/tmpl/default.xml
Expand Up @@ -327,6 +327,17 @@

<fieldset name="contact" label="COM_CONTACT_BASIC_OPTIONS_FIELDSET_LABEL"
addfieldpath="/administrator/components/com_fields/models/fields">

<field
name="contact_layout"
type="componentlayout"
label="JGLOBAL_FIELD_LAYOUT_LABEL"
description="JGLOBAL_FIELD_LAYOUT_DESC"
menuitems="true"
extension="com_contact"
view="contact"
/>

<field
name="presentation_style"
type="list"
Expand Down

0 comments on commit 94a068f

Please sign in to comment.