use i18n enum prefix for timestamp position

This commit is contained in:
Josh Hawkins 2026-03-25 10:26:05 -05:00
parent 5f61c54efd
commit dd80cca729
2 changed files with 7 additions and 0 deletions

View File

@ -825,6 +825,12 @@
"area": "Area"
}
},
"timestampPosition": {
"tl": "Top left",
"tr": "Top right",
"bl": "Bottom left",
"br": "Bottom right"
},
"users": {
"title": "Users",
"management": {

View File

@ -10,6 +10,7 @@ const timestampStyle: SectionConfigOverrides = {
uiSchema: {
position: {
"ui:size": "xs",
"ui:options": { enumI18nPrefix: "timestampPosition" },
},
format: {
"ui:size": "xs",