nuffsaid
05/27/2022, 2:56 PMHarings Rob
05/27/2022, 2:59 PMtenZdenda
05/27/2022, 4:31 PMifox
05/27/2022, 5:00 PMifox
05/27/2022, 5:01 PMifox
05/27/2022, 5:03 PMdedli
05/28/2022, 3:25 PMdedli
05/28/2022, 4:13 PM@formField('browser', [
'modules' => ['personalCategories', 'pages'],
'name' => 'page_id',
'label' => 'Посилання на сторінки',
'max' => 1
])
routes to personalCategories and pages are root. Should I add 'routePrefix' to config and should I add 'browser_route_prefixes'? If I should, what prefixes should I add?ifox
05/28/2022, 4:21 PMnull
, because by default it would use the current route prefix.amargoCactus
05/28/2022, 4:34 PMifox
05/28/2022, 4:35 PM$page->slug
dedli
05/28/2022, 4:36 PMifox
05/28/2022, 4:39 PMdedli
05/28/2022, 4:42 PMifox
05/28/2022, 4:47 PMamargoCactus
05/28/2022, 4:59 PMamargoCactus
05/28/2022, 6:35 PMamargoCactus
05/28/2022, 6:37 PM$mediaParam
is
'icon' => [
'default' => [
[
'name' => 'default',
'ratio' => 0,
],
],
],
dedli
05/29/2022, 7:14 AMHarings Rob
05/29/2022, 7:37 AMHarings Rob
05/29/2022, 7:38 AM'modules' => ['name' => 'personalCategories', 'routePrefix' => 'pages'],
I thinkdedli
05/29/2022, 11:44 AMdedli
05/29/2022, 2:08 PMamargoCactus
05/29/2022, 2:12 PMdedli
05/29/2022, 3:53 PMamargoCactus
05/29/2022, 4:04 PM'glide' => [
'default_params' => [
'fm' => 'png',
'q' => '80',
'fit' => 'max',
],
],
dedli
05/29/2022, 4:15 PMamargoCactus
05/29/2022, 4:17 PMamargoCactus
05/29/2022, 5:23 PMHarings Rob
05/30/2022, 6:33 AM