Skip to content
Discussion options

You must be logged in to vote

Hey @klaaskox

I just tested and achieved what you are trying:

CRUD::field([
            'name'      => 'images',
            'type'      => 'repeatable',
            'subfields' => [
                [
                    'name'    => 'alt_text',
                    'wrapper' => ['class' => 'form-group col-md-6'],
                ],
                [
                    'name'    => 'image',
                    'type'    => 'image',
                    'height' => '300px',
                    'width'  => '300px',
                    'crop'   => 'true',
                    'wrapper' => ['class' => 'form-group col-md-6'],
                    'withFiles' => [
                        'disk' => '

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@klaaskox
Comment options

Answer selected by klaaskox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants