We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b021e5b + 3369619 commit f29a4efCopy full SHA for f29a4ef
sourcePane.js
@@ -20,6 +20,7 @@ module.exports = {
20
for (const t in typeURIs) {
21
if (t.startsWith(prefix)) return 'Source'
22
if (t.includes('xml')) return 'XML Source'
23
+ if (t.includes('json')) return 'JSON Source' // Like eg application/ld+json
24
}
25
return null
26
},
0 commit comments