So what is a Magento 2 theme? To understand that, we’ll first need to talk about the Magento_Theme module. The Magento_Theme module contains page layout XML files that define the basic containers for every Magento page layout. This allows other Magento modules to use layout handle XML files to Add frontend assets (JavaScript, CSS, [...]
astorm
This entry is part 6 of 12 in the series Pestle. Earlier posts include Pestle 1.1.1 Released, Pestle 1.1.2 Released, Magento 2 Setup Migration Scripts, Pestle 1.2.1 Released, and Sending Text Messages with PHP, pestle, and Nexmo. Later posts include Pestle 1.4.1 and the Merits of Inheritance, Pestle 1.4.4 Released, Pestle Docs Done (for [...]
astorm
I’m working on adding DDL (data definition language) code generation to pestle – i.e. the code that ultimately creates your database tables that lives in the InstallSchema or UpgradeSchema classes. I came across this bit of weirdness #File: vendor/magento/module-cms/Setup/InstallSchema.php )->addColumn( 'identifier', [...]
astorm
This entry is part 5 of 12 in the series Pestle. Earlier posts include Pestle 1.1.1 Released, Pestle 1.1.2 Released, Magento 2 Setup Migration Scripts, and Pestle 1.2.1 Released. Later posts include Pestle 1.3 and AbstractModel UI Generation, Pestle 1.4.1 and the Merits of Inheritance, Pestle 1.4.4 Released, Pestle Docs Done (for now), [...]
astorm
This entry is part 4 of 12 in the series Pestle. Earlier posts include Pestle 1.1.1 Released, Pestle 1.1.2 Released, and Magento 2 Setup Migration Scripts. Later posts include Sending Text Messages with PHP, pestle, and Nexmo, Pestle 1.3 and AbstractModel UI Generation, Pestle 1.4.1 and the Merits of Inheritance, Pestle 1.4.4 Released, [...]
astorm