Skip to content

Commit

Permalink
Update system.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazz authored Nov 18, 2019
1 parent fdc1d8a commit 9146b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
</depends>
<label>Description on Google Description Tag</label>
</field>
<field id="default_google_condition" translate="label" type="text" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="default_google_condition" translate="label" type="text" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
<depends>
<field id="enable">1</field>
</depends>
<label>Default value for condition</label>
</field>
<field id="google_condition_attribute" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="google_condition_attribute" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1">
<depends>
<field id="enable">1</field>
</depends>
<label>Condition attribute code</label>
<comment>If empty, default value will be used instead</comment>
<comment>If empty, default value will be used instead</comment>
</field>
</group>
</section>
Expand Down

0 comments on commit 9146b82

Please sign in to comment.