Skip to content

Commit 03ecdd5

Browse files
author
Quentin Schmick
authored
Merge pull request #21 from always-open/chore/add-default-value
Adding default value to config output
2 parents 7134589 + 121abd3 commit 03ecdd5

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)