Skip to content

Commit

Permalink
Adding default value to config output
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin.schmick committed Sep 30, 2022
1 parent 7134589 commit 121abd3
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 121abd3

Please sign in to comment.