R Robert9 Well-known member Mar 23, 2023 #1 In extra_urls I can only list URLs? They are shown like 0, 1, 2 linked to these URLs? It would be nice to set an array like [ German => https://..., French => https://..., ]
In extra_urls I can only list URLs? They are shown like 0, 1, 2 linked to these URLs? It would be nice to set an array like [ German => https://..., French => https://..., ]
K Kirby Well-known member Mar 23, 2023 #2 I am not fully sure what you are talking about, but it's just JSON: Code: "extra_urls": { "German": "https://...", "French": "https://..." }, Upvote 1 Downvote
I am not fully sure what you are talking about, but it's just JSON: Code: "extra_urls": { "German": "https://...", "French": "https://..." },
R Robert9 Well-known member Mar 23, 2023 #3 Thank you very much. I will add it to the add-ons. Upvote 0 Downvote