Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-url-rewrite/view/adminhtml/templates/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-url-rewrite/view/adminhtml/templates/edit.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/** @var \Magento\UrlRewrite\Block\Edit $block */
?>
<?= $block->getChildHtml() ?>
<?php if ($block->getChildBlock('form')) : ?>
<script type="text/x-magento-init">
    {
        "#edit_form": {
            "Magento_UrlRewrite/js/url-rewrite-validation" : {
                "url": "<?= $block->escapeUrl($block->getValidationUrl()) ?>"
            }
        }
    }
</script>
<?php endif; ?>