Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.xml #36

Merged
merged 1 commit into from
May 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions administrator/components/com_tags/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
description="COM_TAGS_LIST_MAX_CHARACTERS_DESC"
filter="integer"
showon="tag_list_show_item_description:1"
</field>
/>

</fieldset>

Expand Down Expand Up @@ -212,7 +212,7 @@
description="COM_TAGS_LIST_MAX_DESC"
default="200"
filter="integer"
</field>
/>

<field
name="tag_list_language_filter"
Expand All @@ -224,7 +224,6 @@
<option value="all">JALL</option>
<option value="current_language">JCURRENT</option>
</field>


</fieldset>

Expand Down Expand Up @@ -259,9 +258,9 @@

<field
name="all_tags_orderby_direction"
type="radio"
description="JGLOBAL_ORDER_DIRECTION_DESC"
type="radio"
label="JGLOBAL_ORDER_DIRECTION_LABEL"
description="JGLOBAL_ORDER_DIRECTION_DESC"
class="btn-group btn-group-yesno"
default="ASC"
>
Expand All @@ -284,8 +283,8 @@
<field
name="all_tags_show_tag_descripion"
type="radio"
description="COM_TAGS_SHOW_ITEM_DESCRIPTION_DESC"
label="COM_TAGS_SHOW_ITEM_DESCRIPTION_LABEL"
description="COM_TAGS_SHOW_ITEM_DESCRIPTION_DESC"
class="btn-group btn-group-yesno"
default="1"
>
Expand Down Expand Up @@ -315,7 +314,8 @@
</field>

</fieldset>
<fieldset

<fieldset
name="shared"
label="COM_TAGS_CONFIG_SHARED_SETTINGS_LABEL"
description="COM_TAGS_CONFIG_SHARED_SETTINGS_DESC">
Expand Down Expand Up @@ -387,9 +387,7 @@
<option value="1">COM_TAGS_TAG_FIELD_MODE_AJAX</option>
<option value="0">COM_TAGS_TAG_FIELD_MODE_NESTED</option>
</field>




</fieldset>

<fieldset
Expand All @@ -400,9 +398,9 @@

<field
name="show_feed_link"
type="radio"
label="JGLOBAL_SHOW_FEED_LINK_LABEL"
description="JGLOBAL_SHOW_FEED_LINK_DESC"
type="radio"
class="btn-group btn-group-yesno"
default="1"
>
Expand All @@ -425,6 +423,7 @@
filter="rules"
validate="rules"
component="com_tags"
section="component" />
section="component"
/>
</fieldset>
</config>