Known Issues
My Block/Element doesn't load
- Is everything imported properly in the main.js file?
- The
typetag ofslotsmust be the technical name of the element (nameinShopware.Service('cmsService').registerCmsElement)
Backend Crashes when i try to load my Block
Here's a list of things to check:
- Do your variables have a
source: 'static'attribute? - Is everything named properly? This might sound redundant, but theres many opportunities for mistakes here.
Block/Element doesn't load in Frontend
- Have you reinstalled the Plugin?
- Have you named the Template like the respective Block/Element?