Hip-Hop
12/01/2022, 5:31 AMBA7YA
12/01/2022, 7:44 AMHarings Rob
12/01/2022, 7:44 AMkalle
12/01/2022, 1:46 PMphp
'primary_navigation' => [
'seo' => [ // Settings
'title' => 'SEO',
'route' => 'admin.settings',
'params' => ['section' => 'seo']
],
'translations' => [ // Custom page
'title' => 'Translations',
'route' => 'admin.translations',
'params' => ['section' => 'translations']
],
'siteSetting' => [ // Singleton
'title' => 'General Site Settings',
'route' => 'admin.siteSetting',
'params' => ['section' => 'siteSetting']
],
]
Expected?
php
'primary_navigation' => [
'seo' => [ // Settings
'title' => 'SEO',
'route' => 'admin.settings.settings',
'params' => ['section' => 'seo']
],
'translations' => [ // Custom page
'title' => 'Translations',
'route' => 'admin.settings.translations',
'params' => ['section' => 'translations']
],
'siteSetting' => [ // Singleton
'title' => 'General Site Settings',
'route' => 'admin.settings.siteSetting',
'params' => ['section' => 'siteSetting']
],
]
Just discussing this, havent worked with this kinda of setup.
And this is only valid, if its expected for this primary navigation to be under settings
parent, if this is only link to other routes, then its ok.amargoCactus
12/01/2022, 2:29 PMkalle
12/01/2022, 2:48 PMkalle
12/01/2022, 5:47 PMlocale
which filter should show on select.VadimG
12/01/2022, 6:06 PMifox
12/01/2022, 6:08 PMVadimG
12/01/2022, 6:09 PMifox
12/01/2022, 6:16 PMifox
12/01/2022, 6:16 PMifox
12/01/2022, 6:17 PMVadimG
12/01/2022, 6:21 PMKoili
12/02/2022, 12:03 PMifox
12/02/2022, 12:04 PMifox
12/02/2022, 12:04 PMsavchuk.ivan
12/04/2022, 3:16 PMelkex
12/05/2022, 9:01 AMsavchuk.ivan
12/05/2022, 9:51 AMelkex
12/05/2022, 9:53 AMkalle
12/05/2022, 10:03 AMifox
12/05/2022, 11:47 AMelkex
12/05/2022, 1:35 PMifox
12/05/2022, 1:39 PMelkex
12/05/2022, 1:49 PMelkex
12/05/2022, 1:50 PMifox
12/05/2022, 1:50 PMifox
12/05/2022, 1:50 PMelkex
12/05/2022, 1:50 PM