We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c742ef commit 06490f1Copy full SHA for 06490f1
docs/schema/theme.json
@@ -314,7 +314,7 @@
314
"favicon": {
315
"title": "Favicon",
316
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#favicon",
317
- "pattern": "\\.(ico|png|svg|jpe?g)$",
+ "pattern": "\\.(ico|png|svg|jpe?g|gif)$",
318
"defaultSnippets": [
319
{
320
"body": "${1:path/to/file}.png"
@@ -324,7 +324,7 @@
324
"logo": {
325
"title": "Logo",
326
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo",
327
- "pattern": "\\.(png|svg|jpe?g)$",
+ "pattern": "\\.(png|svg|jpe?g|gif|webp)$",
328
329
330
0 commit comments