Files
CommunitySolidServer/config/storage/middleware/stores/converting.json
2022-02-23 11:09:41 +01:00

12 lines
438 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^3.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Converts all outgoing resources based on the preferences.",
"@id": "urn:solid-server:default:ResourceStore_Converting",
"@type": "RepresentationConvertingStore",
"options_outConverter": { "@id": "urn:solid-server:default:UiEnabledConverter" }
}
]
}