Merge pull request #1313 from jschleic/feature-1312

Add outlinkTarget to default interactionProperties
This commit is contained in:
Yohan Boniface 2023-09-15 12:15:47 +02:00 committed by GitHub
commit 0a83c42724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {