Sami
02/08/2022, 3:42 PMSami
02/08/2022, 3:42 PMpboivin
02/08/2022, 3:48 PMSami
02/08/2022, 3:48 PMafatmustafa
02/08/2022, 8:01 PMifox
02/08/2022, 8:17 PMamargoCactus
02/09/2022, 2:54 AMamargoCactus
02/09/2022, 2:54 AMamargoCactus
02/09/2022, 2:54 AMamargoCactus
02/09/2022, 3:22 AMamargoCactus
02/09/2022, 5:58 AMHarings Rob
02/09/2022, 6:25 AM`Sebastlan
02/09/2022, 11:16 AM<!-- fields in section -->
@section('contentFields')
@stop
<!-- secondary section with custom name -->
@section('secondaryFields', [
'customTitle' => 'myCustomName'])
@stop
Thanksifox
02/09/2022, 11:21 AM`Sebastlan
02/09/2022, 11:27 AMifox
02/09/2022, 11:28 AMadditionalFieldsetsifox
02/09/2022, 11:28 AM`Sebastlan
02/09/2022, 11:28 AMifox
02/09/2022, 11:29 AM`Sebastlan
02/09/2022, 11:29 AMifox
02/09/2022, 11:29 AMphp
@section('fieldsets')
@formFieldset(['title' => 'myCustomName'])
@formField('...', [...])
...
@endformFieldset
@stop`Sebastlan
02/09/2022, 11:38 AMifox
02/09/2022, 11:39 AM`Sebastlan
02/09/2022, 11:39 AM`Sebastlan
02/09/2022, 11:40 AM@extends('twill::layouts.settings', [
'customTitle' => 'myName'
])ifox
02/09/2022, 11:42 AMphp
@extends('twill::layouts.settings', [
'disableContentFieldset' => true
])ifox
02/09/2022, 11:42 AMphp
@extends('twill::layouts.settings', [
'contentFieldsetLabel' => 'myName'
])`Sebastlan
02/09/2022, 11:44 AMifox
02/09/2022, 11:45 AMcontentFieldsetLabel property to the layout, or disable it entirely using 'disableContentFieldset' => true.`Sebastlan
02/09/2022, 11:50 AM