aleksdish
12/20/2021, 3:18 PMaleksdish
12/20/2021, 3:19 PMaleksdish
12/20/2021, 3:20 PMpboivin
12/20/2021, 3:20 PMaleksdish
12/20/2021, 3:21 PMaleksdish
12/20/2021, 3:21 PM@formField('medias', [
'name' => 'description_image',
'label' => 'Image'
])
And it doesnt work.pboivin
12/20/2021, 3:22 PMconfig/twill.php, not on the model.aleksdish
12/20/2021, 3:23 PM'description_image' => [
'default' => [
[
'name' => 'default',
'ratio' => null,
],
],
],
And didn't work.pboivin
12/20/2021, 3:23 PMaleksdish
12/20/2021, 3:23 PMpboivin
12/20/2021, 3:24 PM'ratio' => 1 if you want a square cropifox
12/20/2021, 3:24 PMdescription_image?aleksdish
12/20/2021, 3:24 PMpboivin
12/20/2021, 3:25 PMaleksdish
12/20/2021, 3:25 PMifox
12/20/2021, 3:25 PMblock_editor.cropsaleksdish
12/20/2021, 3:27 PM{!! $block->input('description_image') !!}
In views->site->blocks->description.blade.phppboivin
12/20/2021, 3:28 PM{!! $block->image('description_image') !!}aleksdish
12/20/2021, 3:28 PMaleksdish
12/20/2021, 3:29 PMaleksdish
12/20/2021, 3:29 PMpboivin
12/20/2021, 3:30 PMimage() gives you the value for the src attributepboivin
12/20/2021, 3:30 PMtutorumdev
12/20/2021, 3:31 PMpboivin
12/20/2021, 3:33 PMdefault or did you change it?aleksdish
12/20/2021, 3:34 PM'block_editor' => [
'crops' => [
'description_image' => [
'default' => [
[
'name' => 'default',
'ratio' => null,
],
],
],
]
]tutorumdev
12/20/2021, 3:35 PMpboivin
12/20/2021, 3:36 PM$relatedBrowsers?tutorumdev
12/20/2021, 3:39 PM