ifox
02/17/2022, 12:34 PMSami
02/17/2022, 12:36 PMprepareFormFieldsBeforeSave from the title, I'd just need the find how the slug is createdifox
02/17/2022, 12:38 PMStr::slug would doHarings Rob
02/17/2022, 12:40 PMHarings Rob
02/17/2022, 12:41 PMHarings Rob
02/17/2022, 12:44 PMkalle
02/17/2022, 12:45 PMSami
02/17/2022, 12:48 PMphp
@twillRepeaterTitle('Art')
@twillRepeaterTitleField('title', ['hidePrefix' => true])
@twillRepeaterTrigger('Add art')
@twillRepeaterGroup('app')
@formField('input', [
'name' => 'title',
'label' => 'Title',
'translated' => true,
'required' => true,
'onChange' => 'formatPermalink'
])
<div style="display: none">
@formField('input', [
'name' => 'slug',
'label' => twillTrans('twill::lang.modal.permalink-field'),
'translated' => true,
'ref' => 'permalink',
'prefix' => $permalinkPrefix ?? ''
])
</div>Harings Rob
02/17/2022, 12:53 PMHarings Rob
02/17/2022, 12:57 PMamargoCactus
02/17/2022, 2:01 PMamargoCactus
02/17/2022, 2:01 PMifox
02/17/2022, 2:02 PMifox
02/17/2022, 2:02 PMamargoCactus
02/17/2022, 2:44 PMamargoCactus
02/17/2022, 2:44 PMifox
02/17/2022, 2:45 PMblock_editor.cropstutorumdev
02/17/2022, 2:47 PMamargoCactus
02/17/2022, 2:50 PMifox
02/17/2022, 2:50 PMifox
02/17/2022, 3:13 PMls -al public/storage?ifox
02/17/2022, 3:16 PMtutorumdev
02/17/2022, 3:17 PMifox
02/17/2022, 3:19 PMtutorumdev
02/17/2022, 3:19 PMifox
02/17/2022, 3:21 PMifox
02/17/2022, 3:21 PMtutorumdev
02/17/2022, 3:22 PMifox
02/17/2022, 3:23 PMifox
02/17/2022, 3:23 PM