Merge pull request #4665 from LeoMcA/category-nav-outlet
add category-navigation plugin outlet
This commit is contained in:
commit
36e789b75f
|
@ -33,4 +33,6 @@
|
|||
{{#if canEditCategory}}
|
||||
{{d-button class="btn-default edit-category" action="editCategory" actionParam=category icon="wrench" label="category.edit_long"}}
|
||||
{{/if}}
|
||||
|
||||
{{plugin-outlet name="category-navigation" args=(hash category=category)}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue