ifox
06/10/2022, 7:09 PMkalle
06/10/2022, 10:25 PMifox
06/10/2022, 11:09 PMifox
06/10/2022, 11:10 PMckmirafss
06/10/2022, 11:21 PMkalle
06/10/2022, 11:27 PMifox
06/10/2022, 11:29 PMservice
?ckmirafss
06/10/2022, 11:29 PMckmirafss
06/10/2022, 11:29 PMckmirafss
06/10/2022, 11:30 PMifox
06/10/2022, 11:31 PMTwillBlocks::findRepeaterByName('service')
returns in tinker?ckmirafss
06/10/2022, 11:32 PMckmirafss
06/10/2022, 11:33 PMifox
06/10/2022, 11:33 PMifox
06/10/2022, 11:34 PMckmirafss
06/10/2022, 11:34 PMservice.blade.php
@twillBlockTitle('Service')
@twillBlockIcon('text')
@twillRepeaterTrigger('Add Service')
@twillBlockGroup('app')
@formField('repeater', ['type' => 'service_item'])
service_item.blade.php
@twillRepeaterTitle('Service item')
@twillRepeaterMax('10')
@formField('input', [
'name' => 'title',
'label' => 'Title',
'translated' => false,
])
@formField('input', [
'name' => 'description',
'label' => 'Description',
'translated' => false,
])
ckmirafss
06/10/2022, 11:35 PMform.blade.php
@formField('repeater', ['type' => 'service_item'])ckmirafss
06/10/2022, 11:35 PMWhowearerepository.php
ifox
06/10/2022, 11:35 PMckmirafss
06/10/2022, 11:37 PMckmirafss
06/10/2022, 11:37 PMwho_we_ares_id
, it must who_we_are_id
ckmirafss
06/10/2022, 11:38 PMkalle
06/10/2022, 11:38 PMafterSave
so file handler was never reached. 😄ckmirafss
06/10/2022, 11:38 PMifox
06/10/2022, 11:39 PMckmirafss
06/10/2022, 11:39 PMifox
06/10/2022, 11:40 PMifox
06/10/2022, 11:42 PM[
"service_title" => "service_description",
"..." => "..."
]
ifox
06/10/2022, 11:43 PMifox
06/10/2022, 11:44 PM