Skip to content

Commit

Permalink
Add support for date input type on text fieldtype. Closes statamic/id…
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Mar 17, 2021
1 parent 0b4e055 commit 39323ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fieldtypes/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ protected function configFieldItems(): array
'width' => 50,
'options' => [
'color',
'date',
'email',
'hidden',
'month',
Expand Down

0 comments on commit 39323ea

Please sign in to comment.