Hi,
I cloned the blog-post-header module into a child theme in order to add breadcrumbs. The breadcrumb code:
{%
menu "breadcrumbs_nav"
id=001,
path="@hubspot/menu",
root_type="breadcrumb",
flow="horizontal"
%}
New errors then display which refer to lines that aren’t in the module.html file. For example, one of the errors that shows up is "Error:Unable to find property avatar on line 82
" when the file only has 78 lines.
There’s no code in module.js that would cause errors - that file is empty.
I noticed that in my /child-theme/templates/blog/blog-post.html file the post header code is:
{% module 'post_header' path='/pike/modules/blog-post-header', label='Blog post header' %}
so I also tried changing the path two ways:
path=‘../../modules/blog-post-header’ and path=‘child-theme/modules/blog-post-header’ but still nothing.
I could have the syntax wrong for the menu module, the path wrong to the blog-post-header module, or may need to clone additional files that the post-blog-header module requires?
Thanks,
Conrad
