mattwellss / mage-reactjs

ReactJS components rendered on your server with your Magento data!
MIT License
2 stars 0 forks source link

Allow "embedding" of regular blocks into JSX block #6

Open mattwellss opened 9 years ago

mattwellss commented 9 years ago

Example: The minicart and all of its data already exists in RWD themes.

<block type="checkout/cart_minicart" name="minicart_head" template="checkout/cart/minicart.phtml" before="-">

So allow it to be embedded within a react template:

<block type="reactjs/template" name="rjs_minicart" template="checkout/cart/minicart.jsx">
    <action method="embedBlock"><name>minicart_head</name></action>
</block>