Skip to content

Commit

Permalink
remove blank option for navigation position field
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Feb 28, 2024
1 parent 2810939 commit 056855e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Types of changes

- [Added] Add contao 5.3 support
- [Added] Add fields to change content slider settings
- [Added] Add option to put the navigation on top of the timeline
- [Added] Add option to put the navigation on top of the timeline [[#10](https://github.com/pdir/animated-timeline-bundle/issues/10)]
- [Changed] Requires Contao 4.13 and PHP 8.0 as minimum requirements

## [1.2.1](https://github.com/contao-themes-net/animated-timeline-bundle/tree/1.2.1) – 2023-06-08
Expand Down
2 changes: 1 addition & 1 deletion contao/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
'exclude' => true,
'inputType' => 'select',
'options' => &$GLOBALS['TL_LANG']['tl_content']['timeline_navPos']['options'],
'eval' => ['includeBlankOption' => true, 'chosen' => true, 'tl_class' => 'w50'],
'eval' => ['chosen' => true, 'tl_class' => 'w50'],
'sql' => 'TEXT null default "bottom"',
];

Expand Down

0 comments on commit 056855e

Please sign in to comment.