Forms\Components\Repeater::make('click_through_items')
->label('Items na doorklikken')
->reorderableWithButtons()
->collapsed()
->collapsible()
->schema([
Forms\Components\TextInput::make('title')
->live()
->label('Titel'),
TiptapEditor::make('text_vic_tory')
->output(TiptapOutput::Html)
->label('Tekst bij mouseover'),
Forms\Components\TextInput::make('click_url')
->label('Verwijzing bij klikken (url)')
])
Forms\Components\Repeater::make('click_through_items')
->label('Items na doorklikken')
->reorderableWithButtons()
->collapsed()
->collapsible()
->schema([
Forms\Components\TextInput::make('title')
->live()
->label('Titel'),
TiptapEditor::make('text_vic_tory')
->output(TiptapOutput::Html)
->label('Tekst bij mouseover'),
Forms\Components\TextInput::make('click_url')
->label('Verwijzing bij klikken (url)')
])