You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to add more classes for data obfuscation and avoid tracking. Because it's sensitive.
So in the end we'd like to have <span class='booking-email anonymize-this-info'></span>' as one example.
We're having to create our own custom logic to manipulate the DOM which looks like a lot of unnecessary code if we could instead plug that into the element. Is it possible or any suggestions on an "easier" way to do so?
The text was updated successfully, but these errors were encountered:
Hi, any ideas on to easily override the
booked-email
class in the span tag frombooking-js
? Is it configurable?booking-js/src/render.js
Line 587 in e2c3a29
We'd like to add more classes for data obfuscation and avoid tracking. Because it's sensitive.
So in the end we'd like to have
<span class='booking-email anonymize-this-info'></span>'
as one example.We're having to create our own custom logic to manipulate the DOM which looks like a lot of unnecessary code if we could instead plug that into the element. Is it possible or any suggestions on an "easier" way to do so?
The text was updated successfully, but these errors were encountered: