Skip to content

Commit

Permalink
Update description in view.schema.json
Browse files Browse the repository at this point in the history
Fix formatting of html-like tags in description string
  • Loading branch information
imagejan authored Jul 8, 2024
1 parent 88caf18 commit 948896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/view.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
"description": "A grid view of multiple sources that creates an new merged source. Only valid if all sources have the same size (both in pixels and physical space).",
"properties": {
"sources": {
"description": "The sources this transformation is applied to. After transformation all sources will get the name <sourceName>_<mergedGridSourceName>. <sourceName> still refers to the source befor transformation (useful e.g. for specifying a metadataSource)",
"description": "The sources this transformation is applied to. After transformation all sources will get the name `<sourceName>_<mergedGridSourceName>`. `<sourceName>` still refers to the source befor transformation (useful e.g. for specifying a metadataSource)",
"type": "array",
"items": {
"$ref": "#/definitions/name"
Expand Down

0 comments on commit 948896b

Please sign in to comment.