Skip to content

Commit ef0e6b0

Browse files
authored
Changed config fields sorting
1 parent ed2eb25 commit ef0e6b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

etc/adminhtml/system.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@
2626
<label>Product Key</label>
2727
<frontend_model>Magefan\Community\Block\Adminhtml\System\Config\Form\ProductKeyField</frontend_model>
2828
</field>
29-
<field id="account_id" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
29+
<field id="public_id" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
30+
<label>Public ID</label>
31+
<comment>E.g. GTM-XXXXXXX</comment>
32+
</field>
33+
<field id="account_id" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
3034
<label>Account ID</label>
3135
<comment><![CDATA[
3236
<p>Please get the Google Tag Manager account ID from the GTM Workspace URL path. E.g.<br/>
3337
<pre style="border: 1px dashed #5f5f5f;padding: 5px;background: #f4f4f4;">https://tagmanager.google.com/#/container/accounts/<strong>XXXXXXXXXX</strong>/containers/XXXXXXXXX</pre></p>
3438
]]>
3539
</comment>
3640
</field>
37-
<field id="container_id" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
41+
<field id="container_id" translate="label comment" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
3842
<label>Container ID</label>
3943
<comment><![CDATA[
4044
<p>Please get the Google Tag Manager container ID from the GTM Workspace URL path. E.g.<br/>
4145
<pre style="border: 1px dashed #5f5f5f;padding: 5px;background: #f4f4f4;">https://tagmanager.google.com/#/container/accounts/XXXXXXXXXX/containers/<strong>XXXXXXXXX</strong></pre></p>
4246
]]>
4347
</comment>
4448
</field>
45-
<field id="public_id" translate="label comment" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
46-
<label>Public ID</label>
47-
<comment>E.g. GTM-XXXXXXX</comment>
48-
</field>
4949
</group>
5050
<group id="analytics" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
5151
<label>Google Analytics 4</label>

0 commit comments

Comments
 (0)