Skip to content

Commit

Permalink
Update src/models/rfcProps.js
Browse files Browse the repository at this point in the history
Co-Authored-By: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
tacruc and skjnldsv authored Sep 9, 2019
1 parent d7c2c5d commit 1d4e571
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/models/rfcProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ const properties = {
multiple: true,
readableName: t('contacts', 'Location'),
icon: 'icon-address',
defaultjCal: [{}, 'URI', 'geo:90.000,0.000']
defaultjCal: {
'3.0': [{}, 'FLOAT', '90.000;0.000'],
'4.0': [{}, 'URI', 'geo:90.000,0.000']
}
},
cloud: {
multiple: true,
Expand Down

0 comments on commit 1d4e571

Please sign in to comment.