| Current Path : /home/rtorresani/www/app/code/Webkul/BuyButton/view/adminhtml/layout/ |
| Current File : //home/rtorresani/www/app/code/Webkul/BuyButton/view/adminhtml/layout/buybutton_index_create.xml |
<?xml version="1.0"?> <!-- /** * Webkul Software. * * @category Webkul * @package Webkul_BuyButton * @author Webkul * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com) * @license https://store.webkul.com/license.html */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <css src="Webkul_BuyButton/css/style.css" /> <css src="jquery/colorpicker/css/colorpicker.css"/> </head> <body> <referenceContainer name="content"> <block class="Magento\Backend\Block\Template" name="less.js.buybutton" template="Webkul_BuyButton::less.phtml"></block> <block class="Webkul\BuyButton\Block\Adminhtml\BuyButton\Create" name="buybutton.create" template="create.phtml"></block> </referenceContainer> </body> </page>