Skip to content

Commit

Permalink
Merge pull request #21 from always-open/chore/add-default-value
Browse files Browse the repository at this point in the history
Adding default value to config output
  • Loading branch information
Quentin Schmick committed Sep 30, 2022
2 parents 7134589 + 121abd3 commit 03ecdd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseFeatures/Data/Types/Bases/BaseType.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public function getConfig(string $label, string $name, array $action_types, self
'field' => $name,
'value' => $value,
'action_types' => $action_types,
'default_value' => $this->default_value,
'input_type' => $columnType->inputType(),
'classes' => $this->styleClass(),
'placeholder' => $this->placeholder(),
Expand Down

0 comments on commit 03ecdd5

Please sign in to comment.