Skip to content

Edge dot folder notation is breaking plain/text support(?) #32

@HapLifeMan

Description

@HapLifeMan

Hi @thetutlage,

I found a problem while using Edge and plain/text mail.

I have this structure:

| - views
| --- emails
| ----- edge
| ------- welcome.edge
| ----- plain
| ------- welcome.text

This structure is not possible because when sending the mail I use it like this (as described in the documentation, with the .text prefix):

await Mails.send(['emails.edge.welcome', 'emails.plain.welcome.text'])

The dot-notation folder use the .text as a new nested level.
I did it works with welcome-text.edge but this is not really beautiful...

I don't know if it is a bug or an expected behaviour...
What is you opinion on this?

Thanks! 🙂

Metadata

Metadata

Assignees

Labels

Priority: HighLook into this issue before picking up any new workSemver: MajorHas breaking changesType: BugThe issue has indentified a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions