Repeater::make('sections')
->schema([
Builder::make('blocks')
->label('Blocks')
->blocks([
Builder\Block::make('block')
->schema([
TextInput::make('title'),
Textarea::make('content'),
])
]),
]),
Repeater::make('sections')
->schema([
Builder::make('blocks')
->label('Blocks')
->blocks([
Builder\Block::make('block')
->schema([
TextInput::make('title'),
Textarea::make('content'),
])
]),
]),