The behavior of `hide_event_type_details` seems a bit odd to me, is this expected behavior?If I set `hideEventTypeDetails: true`, the event title, and event duration are hidden on step 1 and step 2, but not on step 3. It does seem valuable to show the user what they selected in step 3, but my main goal is to hide the event title (“Enrollment Call” below).It would be nice if there was a `hideEventName` that works on all steps, and a consistency in behavior in how `hideEventTypeDetails` works on all steps.
Step 1 (event name and details *hidden*)
Step 2 (event name and details *hidden*)
Step 3 (event name and details *shown*)
My Code:```<InlineWidget url="https://calendly.com/d/some-id/some-event-name" pageSettings={{ hideEventTypeDetails: true, }}/>
```
To give some context into why I’m using hide_eventTypeDetails: true