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:
Luke Towers 2023-07-30 13:35:20 -06:00 committed by GitHub
parent 32ea11837c
commit 0db059db56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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