Blame view

backend/config/params.php 598 Bytes
01ebf78c   Administrator   Initial commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php
  return [
      'adminEmail' => 'admin@example.com',
      'ukrSeeds' => [
          0 => 'Economix Flora 70x120',
          1 => 'GoldenGarden Novik Flowers 80x150',
          2 => 'GoldenGarden Novik Vegetables 80x150',
          3 => 'GoldenGarden Novik Giant 115x165',
          4 => 'UkrSeeds Novik Giant 115x165',
          5 => 'UkrSeeds Novik Mini 70x120',
          6 => 'UkrSeeds Novik Vegetables 80x150',
          7 => 'UkrSeeds Novik Flowers 80x150',
          8 => 'UkrSeeds Tek Vegetables 80x150',
          9 => 'UkrSeeds Flora Mini 70x120',
          10 => 'UkrSeeds Flora Vegetables 80x150',
      ]
  ];