Skip to content

Commit

Permalink
NEW: Component: Base Categories
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Jun 10, 2024
1 parent 74400dc commit 03f5c15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/Component/Component.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
<input type=checkbox {{#if secondary }}checked{{/if}} inert>
</dd>

{{#if secondary }}
<dt>Base Categories</dt>
<dd>{{#if baseCategories }}{{#each baseCategories }}{{ this }}{{#unless @last }}, {{/unless}}{{/each}}{{else}}{{/if}}</dd>
{{/if}}

{{/if}}

<dt>Deverbal</dt>
Expand Down

0 comments on commit 03f5c15

Please sign in to comment.