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
This feature is required for the preparations of the upcoming file field type. #308
By default, the media dashboard should support image, video, and audio files.
Mime types:
images/*
video/*
audio/*
Configurable from the frontMatter.media.supportedMimeTypes setting.
frontMatter.media.supportedMimeTypes
"frontMatter.media.supportedMimeTypes": [ "image/*", "video/*", "audio/*" ]
The text was updated successfully, but these errors were encountered:
#310 - Update changelog
51f43e8
No branches or pull requests
This feature is required for the preparations of the upcoming file field type. #308
By default, the media dashboard should support image, video, and audio files.
Mime types:
images/*
video/*
audio/*
Configurable from the
frontMatter.media.supportedMimeTypes
setting.The text was updated successfully, but these errors were encountered: