mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fix allowed types for Repeater Form configuration
System\Traits\ConfigMaker() is used to process the input provided to this property.
This commit is contained in:
parent
32ea11837c
commit
0db059db56
@ -16,7 +16,7 @@ class Repeater extends FormWidgetBase
|
||||
/**
|
||||
* Form field configuration
|
||||
*/
|
||||
public array $form = [];
|
||||
public array|string|object $form = [];
|
||||
|
||||
/**
|
||||
* Repeater mode. Can be either `list` (default) to display items in a vertical list, or `grid` to
|
||||
|
Loading…
x
Reference in New Issue
Block a user