Skip to content

Commit 121abd3

Browse files
author
quentin.schmick
committed
Adding default value to config output
1 parent 7134589 commit 121abd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BaseFeatures/Data/Types/Bases/BaseType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public function getConfig(string $label, string $name, array $action_types, self
175175
'field' => $name,
176176
'value' => $value,
177177
'action_types' => $action_types,
178+
'default_value' => $this->default_value,
178179
'input_type' => $columnType->inputType(),
179180
'classes' => $this->styleClass(),
180181
'placeholder' => $this->placeholder(),

0 commit comments

Comments
 (0)