yireo-training / magento2-example-custom-page-layout
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3.0
- magento/framework: ^100.1|^101.0|^102.0|^103.0
Requires (Dev)
- composer/composer: *@dev
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2025-03-19 23:14:21 UTC
README
This module shows you how you can add a new Page Layout. Instead of just defining the Page Layout, this module
makes the module also available under the Design section with products & categories (thanks to the
layouts.xml
file). Also, the Page Layout is re-used in a regular layout, which is then made available for
widgets (through the design_abstraction="page_layout"
attribute of the page
node).