requirejs-config.js 312 B

12345678910111213
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. var config = {
  6. map: {
  7. '*': {
  8. systemMessageDialog: 'Magento_AdminNotification/system/notification',
  9. toolbarEntry: 'Magento_AdminNotification/toolbar_entry'
  10. }
  11. }
  12. };