-
Notifications
You must be signed in to change notification settings - Fork 9.4k
use "Module_Name::template/path" format instead of using template/path i… #14946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use "Module_Name::template/path" format instead of using template/path i… #14946
Conversation
…n Block class to ensure extensibility of the class. not doing so causes invalid template errors after extending the block class via preference
Hi @larsroettig, thank you for the review. |
@Jakhotiya thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Hi, @Jakhotiya, thank you for collaboration. |
… template/path i… #14946
Hi @Jakhotiya. Thank you for your contribution. |
…n Block class to ensure extensibility of the class. not doing so causes invalid template errors after extending the block class via preference
Description
Often third party modules override core block classes. If the source block classes reference a template without specifying module name like "Vendor_Module::template_path" then block render fails with "nvalid template file: " error.
Manual testing scenarios
Contribution checklist