fix: default imagepos
Some checks failed
Build / build (push) Successful in 3m58s
Build / deploy-production (push) Failing after 2m9s
Build / deploy-stage (push) Successful in 3m8s
Build / switch-stage (push) Successful in 1m58s
Release / switch-production (push) Successful in 2m47s

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,
];