I need to create a reusable element of type popup however I want that popup to not be closable when the user presses escape (or clicks outside the popup). I can do this by creating a popup on the page itself but when I create a reusable element and add it to the page (of type popup) there is no setting on that instance equivalent to the “don’t allow user to press esc” setting. As a result the reusable pop up element works, but the user can click outside it to close it. I need to be “modal”.
What am I doing wrong?