Allow to use owner placeholders in labels

This commit is contained in:
Jan Böhmer 2023-04-03 00:03:56 +02:00
parent 1acceae81e
commit 0feb9661df
3 changed files with 12 additions and 0 deletions

View file

@ -96,6 +96,8 @@ const PLACEHOLDERS = [
['[[AMOUNT]]', 'Lot amount'],
['[[LOCATION]]', 'Storage location'],
['[[LOCATION_FULL]]', 'Storage location (Full path)'],
['[[OWNER]]', 'Full name of the lot owner'],
['[[OWNER_USERNAME]]', 'Username of the lot owner'],
]
},
{