Breadcrumbs are not appearing into the pages
eerison opened this issue · 5 comments
eerison commented
eerison commented
I'm working on this ticket!
eerison commented
Hey @jordisala1991 do you know where this breadcrumb
is rendered?
I saw that it's handled when call this {{ sonata_block_render_event('breadcrumb', { 'context': 'page', 'current_uri': app.request.requestUri }) }}
, but do you know exactly where?
I know it's in blockBundle! (I'm not sure any more if it's handled in block bundle 😄 )
haivala commented
KNPMenuBundle?
eerison commented
KNPMenuBundle?
Yeah I guess it's build by KNPMenuBundle
, But I wan't to know where in the sonata code is checking those values to pass to menu build!