Blame view

common/config/SitemapDynamic.php 246 Bytes
a42025b8   Yarik   Sitemap and slugb...
1
2
3
4
  <?php
      
      return [
          1 => [
9af79e71   Yarik   Sitemap and slugb...
5
6
7
8
9
              'entity'    => 'artbox\\core\\models\\Page',
              'status'    => '1',
              'frequency' => 'hourly',
              'priority'  => '0.7',
              'id'        => 1,
a42025b8   Yarik   Sitemap and slugb...
10
11
          ],
      ];