How to hide the close button from card modal?

Francis:
How to hide the close button from card modal? I tried "clickToClose": false and doesn’t do it.

image


Neil Manchester:
clickToClose stops the user clicking outside the modal and closing it. I think you need "hideCloseButton": true


Francis:
Ok. I also did try that but doesn’t seem to work.


Andrew Dam:
This should be the right answer. Can you confirm you have that line under the options? See images:


Francis:
Thanks. I was using “hide-close-button”: true from the documentation that’s why it was not working