1
0
mirror of https://github.com/bitwarden/web synced 2026-01-03 00:53:34 +00:00

[Linked fields] Add Linked Field as custom field type (#1206)

* Add linked fields

* Update to use Field.linkedId

* Update jslib
This commit is contained in:
Thomas Rittson
2021-11-04 07:41:04 +10:00
committed by GitHub
parent cf5823fe71
commit 8b60d50050
4 changed files with 25 additions and 3 deletions

View File

@@ -166,6 +166,10 @@
"cfTypeBoolean": {
"message": "Boolean"
},
"cfTypeLinked": {
"message": "Linked",
"description": "This describes a field that is 'linked' (related) to another field."
},
"remove": {
"message": "Remove"
},
@@ -311,6 +315,9 @@
"lastName": {
"message": "Last Name"
},
"fullName": {
"message": "Full Name"
},
"address1": {
"message": "Address 1"
},