Skip to content

Enable setMultiple method under basefield#186

Open
ishannz wants to merge 1 commit intoMadeHQ:mainfrom
ishannz:feature/support-multiple
Open

Enable setMultiple method under basefield#186
ishannz wants to merge 1 commit intoMadeHQ:mainfrom
ishannz:feature/support-multiple

Conversation

@ishannz
Copy link
Copy Markdown

@ishannz ishannz commented Dec 4, 2023

Enable setMultiple method under basefield.

Usage:

$fields->addFieldToTab('Root.Main', ImageField::create('ImageGallery')->setMultiple(true));
$fields->addFieldToTab('Root.Main', MediaField::create('VideoGallery')->setMultiple(true));
$fields->addFieldToTab('Root.Main', FileField::create('Downloads')->setMultiple(true));

Based on the issue I raised:
#185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant