diff options
author | Anton Tananaev <anton@traccar.org> | 2022-06-12 07:55:40 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-06-12 07:55:40 -0700 |
commit | 672d7828afefa07faca7954dfd55b683ae7a68fc (patch) | |
tree | ffcf2b93db36dba7814accdb0f52b7141888a5ec /modern/src/common/attributes | |
parent | 3eb1bb2e3f3d43cda2efe92754be4285dac6dbfd (diff) | |
download | trackermap-web-672d7828afefa07faca7954dfd55b683ae7a68fc.tar.gz trackermap-web-672d7828afefa07faca7954dfd55b683ae7a68fc.tar.bz2 trackermap-web-672d7828afefa07faca7954dfd55b683ae7a68fc.zip |
Add TomTom map
Diffstat (limited to 'modern/src/common/attributes')
-rw-r--r-- | modern/src/common/attributes/useCommonUserAttributes.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index 658f8668..57d10468 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -21,6 +21,10 @@ export default (t) => useMemo(() => ({ name: t('mapOpenWeatherKey'), type: 'string', }, + tomTomKey: { + name: t('mapTomTomKey'), + type: 'string', + }, notificationTokens: { name: t('attributeNotificationTokens'), type: 'string', |