Skip to content

Commit

Permalink
docs(customization): resolve template naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Jan 31, 2024
1 parent 167c811 commit a449e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dummy/app/templates/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ component as specified in the _Defaults_ section of <DocsLink @route="docs.confi

<!-- prettier-ignore-start -->
<DocsDemo as |demo|>
<demo.example @name='custom-input-template.hbs'>
<demo.example @name='custom-date-input-template.hbs'>
<ValidatedForm @model={{changeset (hash birthday=null)}} as |f|>
<f.input
@label='Birthday (Flatpickr)'
Expand All @@ -171,6 +171,7 @@ component as specified in the _Defaults_ section of <DocsLink @route="docs.confi
</ValidatedForm>
</demo.example>

<demo.snippet @name='custom-date-input-template.hbs' />
<demo.snippet @name='flatpickr-wrapper.hbs' @label='myapp/components/flatpickr-wrapper.hbs' />
<demo.snippet @name='config-custom-date.js' @label='ember-cli-build.js' />
</DocsDemo>
Expand Down

0 comments on commit a449e83

Please sign in to comment.