Skip to content
Snippets Groups Projects
Commit b285bde2 authored by scardinius's avatar scardinius
Browse files

Fix weight params in settings_pages

parent 591ad4b0
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ return array(
'add' => '4.6',
'is_domain' => 1,
'is_contact' => 0,
'settings_pages' => ['utmaltor' => ['weight' => 100]],
'settings_pages' => ['utmaltor' => ['weight' => 10]],
'title' => 'List of domains separate by pipe |',
'description' => 'List of domains separate by pipe |',
'help_text' => 'List of domains separate by pipe |',
......@@ -28,7 +28,7 @@ return array(
'add' => '4.6',
'is_domain' => 1,
'is_contact' => 0,
'settings_pages' => ['utmaltor' => ['weight' => 100]],
'settings_pages' => ['utmaltor' => ['weight' => 20]],
'title' => 'Smarty template for utm_source field',
'description' => 'Smarty template for utm_source field',
'help_text' => 'Smarty template for utm_source field',
......@@ -44,7 +44,7 @@ return array(
'add' => '4.6',
'is_domain' => 1,
'is_contact' => 0,
'settings_pages' => ['utmaltor' => ['weight' => 100]],
'settings_pages' => ['utmaltor' => ['weight' => 30]],
'title' => 'Smarty template for utm_medium field',
'description' => 'Smarty template for utm_medium field',
'help_text' => 'Smarty template for utm_medium field',
......@@ -60,7 +60,7 @@ return array(
'add' => '4.6',
'is_domain' => 1,
'is_contact' => 0,
'settings_pages' => ['utmaltor' => ['weight' => 100]],
'settings_pages' => ['utmaltor' => ['weight' => 40]],
'title' => 'Smarty template for utm_campaign field',
'description' => 'Smarty template for utm_campaign field',
'help_text' => 'Smarty template for utm_campaign field',
......@@ -75,7 +75,7 @@ return array(
'add' => '4.6',
'is_domain' => 1,
'is_contact' => 0,
'settings_pages' => ['utmaltor' => ['weight' => 100]],
'settings_pages' => ['utmaltor' => ['weight' => 50]],
'title' => 'Override existing utm_source params',
'description' => "Override existing utm_source params",
'help_text' => "Override existing utm_source params",
......@@ -90,7 +90,7 @@ return array(
'add' => '4.6',
'is_domain' => 1,
'is_contact' => 0,
'settings_pages' => ['utmaltor' => ['weight' => 100]],
'settings_pages' => ['utmaltor' => ['weight' => 60]],
'title' => 'Override existing utm_medium params',
'description' => 'Override existing utm_medium params',
'help_text' => 'Override existing utm_medium params',
......@@ -105,7 +105,7 @@ return array(
'add' => '4.6',
'is_domain' => 1,
'is_contact' => 0,
'settings_pages' => ['utmaltor' => ['weight' => 100]],
'settings_pages' => ['utmaltor' => ['weight' => 70]],
'title' => 'Override existing utm_campaign params',
'description' => 'Override existing utm_campaign params',
'help_text' => 'Override existing utm_campaign params',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment