https://discord.gg/botpress logo
Webchat Settings missing fields
# 👀feature-requests
w
Please add on mask fields
title
for email, phone, website, Terms of Service, Privacy Policy, they are present in the json config but not on mask Please in
email link
field** in json config**: prepend
mailto:
Please in
phone link
field **in json config**: prepend
tel:
In this case i don't need to copy config in my code to change them
Copy code
js
    "website": {
      "title": "https://www.domain",
      "link": "https://www.domain"
    },
    "email": {
      "title": "info@domain",
      "link": "info@domain"
    },
    "phone": {
      "title": "123456",
      "link": "123456"
    },
    "termsOfService": {
      "title": "https://www.domain/termsofservice",
      "link": "https://www.domain/termsofservice"
    },
    "privacyPolicy": {
      "title": "https://www.domain/privacypolicy",
      "link": "https://www.domain/privacypolicy"
    },
, https://cdn.discordapp.com/attachments/1339940192311840838/1339940192601112667/image.png?ex=67b08c0c&is=67af3a8c&hm=72ec98242bc41b8e1c3b983adb8aa29bdbc62d300c17672d5e39d5dd6d904e5d&
@orange-egg-72655 what about it? I think it'd be usefull to have all fields of configuration.
@prehistoric-airplane-85682 I think it'd be usefull to have all fields of configuration.
2 Views