We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6c0a3 commit e940cc8Copy full SHA for e940cc8
src/Fields/Repeater.php
@@ -28,21 +28,6 @@ class Repeater extends Base implements FieldContract
28
use HasFieldTypeResolver;
29
use HasOptions;
30
31
- private const FIELD_TYPE_MAP = [
32
- 'text' => Text::class,
33
- 'textarea' => Textarea::class,
34
- 'rich-editor' => RichEditor::class,
35
- 'repeater' => Repeater::class,
36
- 'select' => FieldsSelect::class,
37
- 'checkbox' => Checkbox::class,
38
- 'checkbox-list' => CheckboxList::class,
39
- 'key-value' => KeyValue::class,
40
- 'radio' => Radio::class,
41
- 'toggle' => Toggle::class,
42
- 'color' => Color::class,
43
- 'date-time' => DateTime::class,
44
- ];
45
-
46
public static function getDefaultConfig(): array
47
{
48
return [
0 commit comments