Skip to content

Commit

Permalink
Add select input labels to js config
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Sep 1, 2023
1 parent 70cfa18 commit af5cf61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions formwork/src/Panel/Controllers/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ protected function defaults(): array
'seconds' => $this->translate('date.duration.seconds'),
],
],
'SelectInput' => [
'labels' => [
'empty' => $this->translate(('fields.select.empty')),
],
],
]),
];
}
Expand Down

0 comments on commit af5cf61

Please sign in to comment.