mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
4261fefc6e
Some preset fields like the access-restriction field manage multiple tags at once (access=*, foot=*, bicycle=*, …). Then iD wasn't able to show inline help when clicking the ⓘ button. This introduces a new parameter for these kind of fields: `referenceKey` determines the tag key which should be used to search taginfo documentation for. Fixes #2222.