Skip to content

Commit

Permalink
Improved page palette in latest Contao versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jan 11, 2022
1 parent bb47788 commit 6dfd95b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private function addRootLanguageFields(): void
private function addRegularLanguageFields($palettes, $addLanguageMain = true): void
{
$pm = PaletteManipulator::create()
->addLegend('language_legend', 'title_legend', PaletteManipulator::POSITION_AFTER, true)
->addLegend('language_legend', 'meta_legend', PaletteManipulator::POSITION_BEFORE, true)
->addField('languageQuery', 'language_legend', PaletteManipulator::POSITION_APPEND)
;

Expand Down

0 comments on commit 6dfd95b

Please sign in to comment.