mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
19 lines
738 B
JSON
19 lines
738 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": [
|
|
"This converter replaces every browser request for text/html with the Databrowser UI (which then in turn loads a Turtle or other representation of the same resource).",
|
|
"This is useful when you want to serve a UI for every file from the pod."
|
|
],
|
|
"@id": "urn:solid-server:default:DefaultUiConverter",
|
|
"@type": "ConstantConverter",
|
|
"contentType": "text/html",
|
|
"filePath": "./node_modules/mashlib/dist/databrowser.html",
|
|
"options_container": true,
|
|
"options_document": false,
|
|
"options_minQuality": 1
|
|
}
|
|
]
|
|
}
|