| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/adminhtml/templates/system/config/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/adminhtml/templates/system/config/note.phtml |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
* @package Reward Points Base for Magento 2
*/
/** @var \Magento\Backend\Block\Template $block */
?>
<?php
/** @var \Amasty\Rewards\ViewModel\System\Config\Note $noteViewModel */
$noteViewModel = $block->getData('amrewards_note_view_model');
?>
<script type="text/x-magento-init">
{
"#amrewards_points_spending_config_action": {
"Amasty_Rewards/js/system/config/note-changer": {
"map" : <?= /** @noEscape */ $noteViewModel->getMap() ?>
}
}
}
</script>