Skip to content

Commit

Permalink
remember to save changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed May 20, 2021
1 parent 9b9b25c commit cbddf0d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions components/com_contact/tmpl/featured/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

<!-- Add fields to the parameters object for the layout. -->
<fields name="params">
<fieldset name="advanced" label="JGLOBAL_LIST_LAYOUT_OPTIONS" description="JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL">
<fieldset
name="advanced"
label="JGLOBAL_LIST_LAYOUT_OPTIONS"
description="JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL"
>

<field
name="filter_field"
Expand Down Expand Up @@ -174,7 +178,10 @@

</fieldset>

<fieldset name="contact" label="COM_CONTACT_FIELDSET_CONTACT_LABEL">
<fieldset
name="contact"
label="COM_CONTACT_FIELDSET_CONTACT_LABEL"
>

<field
name="show_tags"
Expand Down Expand Up @@ -483,7 +490,10 @@
/>
</fieldset>

<fieldset name="Contact_Form" label="COM_CONTACT_FIELDSET_CONTACTFORM_LABEL">
<fieldset
name="Contact_Form"
label="COM_CONTACT_FIELDSET_CONTACTFORM_LABEL"
>

<field
name="show_email_form"
Expand Down

0 comments on commit cbddf0d

Please sign in to comment.