theme-tools
theme-tools copied to clipboard
Theme check should raise error when default block does not exist
Describe the bug
Theme check does not verify if the default block file exists, or is valid within scopes defined in blocks within schema tag
Source
Expected behaviour
- default block should throw the following error if the block isn't allowed for this schema
- default block should throw the following error if the block file does not exist
Actual behaviour
- no errors are thrown