jefsev
03/17/2023, 1:22 PMjefsev
03/17/2023, 1:25 PMjefsev
03/17/2023, 1:25 PMREZOR
03/17/2023, 4:46 PMifox
03/17/2023, 5:46 PMREZOR
03/17/2023, 6:10 PMifox
03/17/2023, 6:11 PMREZOR
03/17/2023, 6:11 PMREZOR
03/17/2023, 6:16 PMErwin
03/17/2023, 6:31 PMREZOR
03/17/2023, 6:37 PM<svg>
<image xlink:href="https://example.com/image.jpg" x="0" y="0" width="100" height="100" />
</svg>
REZOR
03/17/2023, 6:50 PMErwin
03/18/2023, 1:37 PM"directories" => [
"source" => [
"icons" => [
base_path("vendor/area17/twill/frontend/icons"),
resource_path("views/twill/icons"),
],
],
],
It gives me this error (see screenshot), i'm using twill version 3.0.0-rc4.
Is this a bug or am i doing something wrong?millpreet
03/20/2023, 5:25 AMdavid HUN
03/20/2023, 11:26 AMantonioribeiro
03/20/2023, 12:13 PMBlazinglyFast
03/20/2023, 2:24 PM@formField('input', [
'name' => 'short_description',
'label' => __('form.short_description'),
'translated' => true,
'maxlength' => 115,
'placeholder' => __('form.admin.course.short_description.placeholder'),
'type' => 'textarea',
'rows' => 3
])
kalle
03/20/2023, 3:14 PMmin
and max
for the input components (Twill 3). I think 2.x doesnt support that.ifox
03/20/2023, 3:15 PMBlazinglyFast
03/20/2023, 3:17 PMNechalon
03/21/2023, 12:56 PMmedias
field which holds an image, and everytime I try to save the new picture, it fails with this error Your submission could not be validated, please fix and retry
. I tried setting up the $mediasParams array correctly, but it seems like it has no effect. I believe that the model is setup correctly because it saves the title when the image field is not there to throw an error.
What else do I need to setup to save the selectd image?david HUN
03/21/2023, 3:25 PMmillpreet
03/22/2023, 2:06 AMmillpreet
03/22/2023, 7:21 AMamargoCactus
03/22/2023, 2:21 PMNechalon
03/22/2023, 4:00 PM{{ $item->image('image_key') }}
but it doesnt seem to work, it gets a URL but it doesnt display the image.Corneel
03/22/2023, 11:07 PMConstant Variable
03/23/2023, 9:01 AMNechalon
03/23/2023, 11:10 AM$item->image('picture', 'desktop')
), is this why is only displays that crop mode? I tried it with tablet
and mobile
but it still only displays the desktop
version.david HUN
03/23/2023, 4:27 PM