We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use case:
I write a post with foo-bar as slug.
foo-bar
Banner discovery
If marmite finds a media/foo-bar.banner|card.png|jpg|.. it assumes the image as banner or card
media/foo-bar.banner|card.png|jpg|..
What is missing:
If marmites finds a media/foo-bar/ directory it looks inside the directory for card|banner.ext
media/foo-bar/
card|banner.ext
media/foo-bar/*
![](@/image.png)
Marmite will replace @/ with media/foo-bar/
@/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use case:
I write a post with
foo-bar
as slug.Banner discovery
If marmite finds a
media/foo-bar.banner|card.png|jpg|..
it assumes the image as banner or cardWhat is missing:
2. Media subfolder
If marmites finds a
media/foo-bar/
directory it looks inside the directory forcard|banner.ext
3. Having other files on the
media/foo-bar/*
is also a use case, user can do something like:Marmite will replace
@/
withmedia/foo-bar/
The text was updated successfully, but these errors were encountered: