ifox
12/21/2021, 12:09 PMdelta107
12/21/2021, 12:48 PMdelta107
12/21/2021, 12:48 PMdelta107
12/21/2021, 12:48 PMifox
12/21/2021, 12:50 PMcomposer update then php artisan twill:update. That's it, unless you are doing a custom Twill frontend build.delta107
12/21/2021, 12:50 PMdelta107
12/21/2021, 1:30 PMdelta107
12/21/2021, 1:30 PMdelta107
12/21/2021, 1:32 PMdelta107
12/21/2021, 1:32 PMdelta107
12/21/2021, 1:32 PMdelta107
12/21/2021, 1:33 PMtutorumdev
12/21/2021, 1:39 PM24kappa
12/21/2021, 2:19 PMifox
12/21/2021, 2:21 PMdelta107
12/21/2021, 2:25 PMuser
12/21/2021, 2:51 PMuser
12/21/2021, 2:55 PM'aboutPage' => [
'title' => 'About',
'singleton' => true,
'primary_navigation' => [
'aboutHeader' => [
'title' => 'AboutHeader',
'singleton' => true,
],
]
],
A singleton in the primary navigation results in: Undefined variable $_primary_active_navigation24kappa
12/21/2021, 2:56 PMifox
12/21/2021, 2:57 PMifox
12/21/2021, 3:00 PM'about' => [
'title' => 'About',
'route' => 'admin.about.aboutPage',
'primary_navigation' => [
'aboutPage' => [
'title' => 'AboutPage',
'singleton' => true,
],
'aboutHeader' => [
'title' => 'AboutHeader',
'singleton' => true,
],
]
],tutorumdev
12/21/2021, 3:01 PMuser
12/21/2021, 3:15 PM24kappa
12/21/2021, 3:16 PMpboivin
12/21/2021, 3:32 PMuser
12/21/2021, 3:33 PMifox
12/21/2021, 3:35 PMabout as prefix?kalle
12/21/2021, 3:36 PMtitle ?
If you need to edit module item title by that input below, you can catch update request and change the title name before update action on db.user
12/21/2021, 3:37 PM'about' => [
'title' => 'About',
'route' => 'admin.aboutPage',
'primary_navigation' => [
'aboutPage' => [
'title' => 'AboutPage',
'singleton' => true,
],
'aboutHeader' => [
'title' => 'AboutHeader',
'singleton' => true,
],
]
]tutorumdev
12/21/2021, 3:39 PM