We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6644d9b commit 259cf10Copy full SHA for 259cf10
app/code/Magento/PageBuilder/view/adminhtml/web/js/modal/dismissible-confirm.js
@@ -64,7 +64,8 @@ define([
64
promptContentTmpl: promptContentTmpl,
65
dismissible: false, // Can the modal be dismissed?
66
dismissKey: 'default', // The key we'll check to see if the modal has already been dismissed
67
- dismissMessage: $t('Do not show this again') // Message to display next to the dismiss checkbox
+ dismissMessage: $t('Do not show this again'), // Message to display next to the dismiss checkbox
68
+ dismissCheckbox: '[name="modal-dnsa"]' // Selector to retrieve dismiss checkbox
69
},
70
71
/**
0 commit comments