Advertisement
johncarlson21

Layout Files

Jan 16th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.43 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!-- file: view/adminhtml/testimonials_testimonialsimport_index.xml -->
  3. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  4.     <update handle="testimonials_testimonialsimport_edit"/>
  5.     <body/>
  6. </page>
  7.  
  8. <?xml version="1.0"?>
  9. <!-- file: view/adminhtml/testimonials_testimonialsimport_edit.xml -->
  10. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  11.     <update handle="editor"/>
  12.     <body>
  13.         <referenceContainer name="content">
  14.             <block class="Surething\Testimonials\Block\Adminhtml\Import\Edit" name="testimonials_import_edit"/>
  15.         </referenceContainer>
  16.          <referenceContainer name="left">
  17.             <block class="Surething\Testimonials\Block\Adminhtml\Import\Edit\Tabs" name="testimonials_import_edit_tabs">
  18.                 <block class="Surething\Testimonials\Block\Adminhtml\Import\Edit\Tab\ImportInformation" name="testimonials_import_edit_tab_importinformation"/>
  19.                  <action method="addTab">
  20.                     <argument name="name" xsi:type="string">importinformation_section</argument>
  21.                     <argument name="block" xsi:type="string">testimonials_import_edit_tab_importinformation</argument>
  22.                 </action>
  23.             </block>
  24.         </referenceContainer>
  25.     </body>
  26. </page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement