Add outlinkTarget to default interactionProperties

Fix #1312
This commit is contained in:
Joachim Schleicher 2023-09-14 10:36:23 +02:00
parent 2152ca3d1a
commit db31aa119e

View file

@ -1115,6 +1115,7 @@ L.U.Map.include({
'showLabel',
'labelDirection',
'labelInteractive',
'outlinkTarget',
'shortCredit',
'longCredit',
'permanentCredit',
@ -1482,6 +1483,7 @@ L.U.Map.include({
'options.showLabel',
'options.labelDirection',
'options.labelInteractive',
'options.outlinkTarget',
]
builder = new L.U.FormBuilder(this, popupFields, {
callback: function (e) {