class: center, middle # Magento XML ### MUG ′s Hertogenbosch --- # Magento XML XML types * Configuration * Layout --- # XML global files * app/etc/config.xml * app/etc/local.xml * app/etc/modules/*.xml * Module files --- # Module files app/code/{POOL}/{VENDOR}/{MODULE}/etc/ * config.xml * system.xml * adminhtml.xml --- # Configuration XML Definitions: * Modules * Object shortcuts * Blocks * Models * Observers & events * Routes (so controllers) * Layout files * Object shortcuts overrides --- # Custom admin theme ```xml
default
mytheme
``` --- # Fall back themes app/design/frontend/mypackage/default/etc/theme.xml ```xml
default/modern
updates/foobar.xml
``` --- # Skip auto updates ```xml
1
```