Luís Novais
11/14/2022, 9:20 PMLuís Novais
11/14/2022, 9:33 PMTobi Wan
11/15/2022, 9:49 AMkalle
11/15/2022, 10:36 AMkalle
11/15/2022, 10:56 AMYoung_Koekwaus
11/15/2022, 12:39 PMkalle
11/15/2022, 2:15 PMHarings Rob
11/15/2022, 2:16 PMHarings Rob
11/15/2022, 2:16 PMYoung_Koekwaus
11/15/2022, 2:36 PMpboivin
11/15/2022, 3:17 PMdpadular
11/15/2022, 10:22 PMdealers
, i tried to redirect->route('dealers.show')
but i get a Route not defined errorkalle
11/15/2022, 10:23 PMdealers.show.index
if you want index table (list)ifox
11/15/2022, 10:25 PMadmin.dealers.index
kalle
11/15/2022, 10:25 PMdpadular
11/15/2022, 10:25 PMadmin.dealers.index
did the trickdpadular
11/15/2022, 10:25 PMkalle
11/15/2022, 10:26 PMartisan route:list
and there you can find all registered Twill module routes.dpadular
11/15/2022, 10:27 PMdpadular
11/15/2022, 10:28 PMSami
11/16/2022, 11:18 AM@twillPropGroup('foo') @twillBlockGroup('foo')
@twillRepeaterGroup('foo')
In docs those are called with default string 'app'
but does it have any use? I failed to understand from the docs 🙏🏼ifox
11/16/2022, 1:30 PMifox
11/16/2022, 1:38 PMblock_editor
field has a group
parameter you can use to reference all the blocks of a certain groupSami
11/16/2022, 1:41 PMrenderBlocks()
function can use it as a parameter, right?ifox
11/16/2022, 1:41 PMifox
11/16/2022, 1:42 PM@formField('block_editor', ['group' => 'some-group'])
ifox
11/16/2022, 1:42 PMphp
@formField('block_editor', [
'blocks' => [
'a-block-from-some-group',
'another-block-from-that-group'
]
])
Sami
11/16/2022, 1:43 PMSami
11/16/2022, 1:43 PMSami
11/16/2022, 1:44 PM