File tree Expand file tree Collapse file tree 9 files changed +32
-206
lines changed Expand file tree Collapse file tree 9 files changed +32
-206
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"name" : " goomento/module-core" ,
3
3
"description" : " Magento 2 Goomento Core module" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 1.0.2 " ,
5
+ "version" : " 1.0.3 " ,
6
6
"license" : [
7
7
" OSL-3.0"
8
8
],
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
- <type name =" Goomento\Core\SubSystem" >
10
- <arguments >
11
- <argument name =" systems" xsi : type =" array" >
12
- <item name =" theming" xsi : type =" string" >Goomento\Core\Model\Theme</item >
13
- </argument >
14
- </arguments >
15
- </type >
16
9
<type name =" \Magento\Framework\App\ActionInterface" >
17
10
<plugin name =" controllers.execute" type =" Goomento\Core\Plugin\App\ActionInterface\ControllersExecute" sortOrder =" 0" />
18
11
</type >
19
12
<type name =" Magento\Framework\App\Action\AbstractAction" >
20
13
<plugin name =" controllers.dispatch" type =" Goomento\Core\Plugin\App\Action\AbstractAction\ControllersDispatch" sortOrder =" 0" />
21
14
</type >
22
15
<preference for =" Goomento\Core\SubSystemInterface" type =" Goomento\Core\SubSystem\Proxy" />
23
- <type name =" Magento\Framework\View\Result\Page" >
24
- <arguments >
25
- <argument name =" template" xsi : type =" string" >Goomento_Core::root.phtml</argument >
26
- </arguments >
27
- </type >
28
16
</config >
Original file line number Diff line number Diff line change 10
10
<head >
11
11
<css src =" Goomento_Core::css/style-m.css" />
12
12
</head >
13
- <body >
14
- <referenceBlock name =" after.body.start" >
15
- <block name =" goomento.templates.header" template =" Goomento_Core::templates/header.phtml" after =" -" />
16
- </referenceBlock >
17
- <referenceContainer name =" footer" >
18
- <block name =" goomento.templates.footer" template =" Goomento_Core::templates/footer.phtml" after =" -" />
19
- </referenceContainer >
20
- </body >
21
13
</page >
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments