Skip to content

Commit

Permalink
fix(builder): setting hidden: true for the page doesn't have an effect
Browse files Browse the repository at this point in the history
Closes #158
  • Loading branch information
skoropadas committed May 3, 2024
1 parent 68a9039 commit 6cf9aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/builder/templates/context.ts.nunj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export function provideNgDocContext(): Provider {
{%- endif %}
{%- if entity.order %}
order: {{ entity.order }},
{%- endif %}
hidden: {{ "true" if entity.target.hidden else "false" }},
{%- endif %}
{%- if entity.isCategory %}
children: [
{%- for child in entity.navigationItems | sortNavigationEntities %}
Expand Down

0 comments on commit 6cf9aaa

Please sign in to comment.