Erwin
04/06/2023, 10:40 AMhttps://cdn.discordapp.com/attachments/811986149064441927/1093485430512562287/Schermafbeelding_2023-04-06_om_12.38.45.png▾
Erwin
04/06/2023, 10:41 AMkalle
04/07/2023, 1:01 PMtranslated_form_fields
enabled.Constant Variable
04/10/2023, 8:32 AMbrowserColumns
in the Controller that work well for the modal but not on the diplayed resutls.
https://cdn.discordapp.com/attachments/811986149064441927/1094902591252615209/Screenshot_2023-04-10_at_10.31.14.jpg▾
https://cdn.discordapp.com/attachments/811986149064441927/1094902591495880724/Screenshot_2023-04-10_at_10.31.08.jpg▾
radum
04/11/2023, 12:50 PMIvo
04/11/2023, 7:38 PMLucius Vorenus
04/11/2023, 8:59 PMNechalon
04/12/2023, 11:51 AMdakaalim
04/13/2023, 3:57 AMMiRoDev
04/13/2023, 10:10 AMConstant Variable
04/13/2023, 4:06 PMhttps://cdn.discordapp.com/attachments/811986149064441927/1096104072450416721/Screenshot_2023-04-13_at_18.01.04.jpg▾
dakaalim
04/14/2023, 12:16 AM$block->image('cover', 'flexible')
, assuming I have the configurations below, how do I render a different crop variant of the same role cover.flexible.free
cover.flexible.landscape
cover.flexible.portrait
?
'cover' => [
'default' => [
[
'name' => 'default',
'ratio' => 16 / 9,
],
],
'mobile' => [
[
'name' => 'mobile',
'ratio' => 1,
],
],
'flexible' => [
[
'name' => 'free',
'ratio' => 0,
],
[
'name' => 'landscape',
'ratio' => 16 / 9,
],
[
'name' => 'portrait',
'ratio' => 3 / 5,
],
],
],
Jens
04/14/2023, 1:22 PMjefsev
04/14/2023, 2:01 PMamargoCactus
04/15/2023, 3:13 PMTobi Wan
04/15/2023, 3:34 PM@formField('files', [
'name' => 'pdf_file',
'label' => 'File',
'itemLabel' => 'PDF File'
])
I added the HasFiles
and HandleFiles
traits to the model and repo.
The form shows up and I am able to upload the file but it won't "stick" when I press save. Any tips what else I should do?EpicKau
04/15/2023, 7:38 PMhttps://cdn.discordapp.com/attachments/811986149064441927/1096882262265561259/image.png▾
millpreet
04/17/2023, 7:59 PMhttps://cdn.discordapp.com/attachments/811986149064441927/1097612302943006810/image.png▾
millpreet
04/17/2023, 9:35 PMifox
04/18/2023, 9:05 AMforSlug
scopeNechalon
04/18/2023, 12:41 PM@section
or <a17-fieldset>
if none of the values inside of it are filled?Lucius Vorenus
04/18/2023, 12:51 PMjefsev
04/18/2023, 2:27 PMhttps://cdn.discordapp.com/attachments/811986149064441927/1097891040217796638/Screenshot_2023-04-18_162610.png▾
Lucius Vorenus
04/19/2023, 10:37 AMNechalon
04/19/2023, 11:00 AMthomasv
04/19/2023, 5:36 PMseo/facebook.blade.php
and set the blocktitle to facebook
. yet the structure is like this page > block with content as title > facebook title > facebook section. is there a way to create content blocks with their respective title per blade file? It might be super obvious but the docs are vague about the app settings (which again, i understand since v3.x is super new and shiny ✨)Nechalon
04/21/2023, 11:08 AMRoute [admin.courses.mentors.browser] not defined. (View: /var/www/html/vendor/area17/twill/views/partials/form/_browser.blade.php)
Lucius Vorenus
04/21/2023, 1:34 PMelkex
04/24/2023, 11:41 AMNechalon
04/25/2023, 11:00 AM