Right now, the macros are copied to ~/htmldev in the project. It's better to keep them in the bundle so they can be updated with HtmldevBundle upgrades.
Note: importing macros is done with @htmldev/macros/components, where @htmldev points to the htmldev-directory in the project. There should be a new loaded that maps @htmldev_macros (or something similar, e.g. short) to the ZichtHtmldevBundle.
Right now, the macros are copied to
~/htmldev
in the project. It's better to keep them in the bundle so they can be updated with HtmldevBundle upgrades.Note: importing macros is done with
@htmldev/macros/components
, where@htmldev
points to the htmldev-directory in the project. There should be a new loaded that maps@htmldev_macros
(or something similar, e.g. short) to the ZichtHtmldevBundle.