Kormi
04/15/2022, 9:15 AMkalle
04/15/2022, 9:17 AMeditSource.Kormi
04/15/2022, 9:22 AMKormi
04/15/2022, 9:23 AMifox
04/15/2022, 9:23 AMBibo
04/16/2022, 8:53 AMifox
04/16/2022, 9:34 AMifox
04/16/2022, 9:36 AMifox
04/16/2022, 9:38 AMBibo
04/16/2022, 10:04 AM@formConnectedFields([
'fieldName' => 'country',
'fieldValues' => 'id',
'renderForBlocks' => true/false # (depending on regular form vs block form)
])
@formField('select', [
'name' => 'region',
'label' => 'Region',
'options' => $regionsList
])
@endformConnectedFields
so this $regionsList renders list by "country_id".
this is just draft thinking, I am thinking to work myself on that.ifox
04/16/2022, 10:09 AMBibo
04/16/2022, 10:47 AMifox
04/16/2022, 10:50 AMHarings Rob
04/16/2022, 11:00 AMHarings Rob
04/16/2022, 11:00 AMifox
04/16/2022, 11:24 AMBibo
04/16/2022, 11:27 AMoxocero
04/16/2022, 4:29 PMifox
04/16/2022, 4:31 PMBibo
04/17/2022, 8:35 AMifox
04/17/2022, 9:22 AMeditInModal set to true in the $indexOptions of your module's controller would do that.ifox
04/17/2022, 9:22 AMBibo
04/17/2022, 10:02 AMoleynikd
04/17/2022, 1:58 PMifox
04/17/2022, 2:12 PMoleynikd
04/17/2022, 2:17 PMifox
04/17/2022, 2:29 PMJohnny Maynne
04/17/2022, 4:17 PMkalle
04/17/2022, 8:44 PMkalle
04/17/2022, 8:46 PMphp artisan twill:lqip - This command generates low-quality image placeholders (LQIP) of your media files as base64 encoded strings that you can inline in your HTML response to avoid an extra image request. This is a strategy deployed in media management to improve initial page load times. The default behavior of this command is to generate LQIP for any media files that do not already have an LQIP alternative. Use the --all flag to generate new LQIP for all media files. To learn more about media management, check out the media library section of the documentation.