fix: default imagepos

This commit is contained in:
2024-12-20 21:11:58 +01:00
parent f2599fb2ac
commit 7cc28d1e4e

View File

@@ -9,4 +9,5 @@ $GLOBALS['TCA']['tt_content']['columns']['imageorient']['config'] = [
['LLL:EXT:base/Resources/Private/Language/locallang_db.xlf:imageorient.25', 25],
['LLL:EXT:base/Resources/Private/Language/locallang_db.xlf:imageorient.26', 26],
],
'default' => 25,
];