У меня есть файл \Gleb\Test1\view\frontend\layout\default.xml и мне нужно там добавить блок.
Но сколько я не пытаюсь, страница не изменяется.
Код модуля:
https://github.com/GreatGleb/module_in_magento2
Вот код этого файла:
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="Gleb_Test1::css/custom.css" />
</head>
<body>
<referenceBlock name="form.subscribe">
<block class="Gleb\Test1\Controller\Block\Name" name="newsletter.name" before="-" template="Gleb_Test1::name.phtml" />
</referenceBlock>
<move element="form.subscribe" destination="header-wrapper" after="-" />
</body>
</page>