aswani_kintali
10 years agoGuide
Overriding a Component
If we override a component with @override , and include component in our page, iwill it use overridden component by default or should we include ovverriden component explicitly?
Example:
I m overriding abc component , abc@override. In page should I include abc or abc@override?
<@component id="abc"/> , will it work?
aswani_kintali - You have to use the abc and not the abc@override, it will be further calling the overriden component itself.