mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 05:53:03 -04:00
Updated schema.json
This commit is contained in:
@@ -387,7 +387,7 @@
|
||||
"pattern": "\\.(ico|png|svg|jpe?g)$",
|
||||
"defaultSnippets": [
|
||||
{
|
||||
"body": "${1}.png"
|
||||
"body": "${1:path/to/file}.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -397,7 +397,7 @@
|
||||
"pattern": "\\.(png|svg|jpe?g)$",
|
||||
"defaultSnippets": [
|
||||
{
|
||||
"body": "${1}.png"
|
||||
"body": "${1:path/to/file}.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user