Hi,
I have a marko-taglib.json at page level, module level and component level. In page I use modules and in modules I use components. However, I want to use a component directly in the page.
I wanted to know if we can add multiple tags-dir to taglib.json ?
{
"tags-dir": "../../modules/abc",
"tags-dir": "../../components/def"
}
Thanks