Skip to content

Commit

Permalink
Update config.xml
Browse files Browse the repository at this point in the history
Added *show_suggested_query* and *show_explained_query* parameters to make them configurable and overwritable
  • Loading branch information
itbra committed Mar 24, 2014
1 parent 4a39c00 commit 9f4fd31
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions administrator/components/com_finder/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,26 @@
<option value="1">JSHOW</option>
<option value="0">JHIDE</option>
</field>
<field name="show_suggested_query"
type="radio"
class="btn-group btn-group-yesno"
default=""
validate="options"
label="COM_FINDER_SHOW_SUGGESTED_QUERY_LABEL"
description="COM_FINDER_SHOW_SUGGESTED_QUERY_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="show_explained_query"
type="radio"
class="btn-group btn-group-yesno"
default=""
validate="options"
label="COM_FINDER_SHOW_EXPLAINED_QUERY_LABEL"
description="COM_FINDER_SHOW_EXPLAINED_QUERY_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="show_advanced"
type="radio"
Expand Down

0 comments on commit 9f4fd31

Please sign in to comment.