Skip to content

Commit 05ddf81

Browse files
committed
load annotations and ontology via seed-config element
1 parent 7489c35 commit 05ddf81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/synopsis.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
</head>
2828
<body>
2929
<seed-app>
30-
<seed-config regex-alignment="alignment.json"/>
30+
<seed-config
31+
annotations-url="Annotationen.json"
32+
ontology-urls="ontology.json"
33+
regex-alignment="alignment.json"></seed-config>
3134
<!-- whitespace between synopsis texts breaks margin and may break the line up -->
3235
<div
3336
class="synopsis"
@@ -52,8 +55,6 @@
5255
<div style="min-height:10px">&nbsp;</div>
5356
<seed-annotation-permanent
5457
title="Annotation"
55-
annotations-url="Annotationen.json"
56-
ontology-urls="ontology.json"
5758
height="auto"
5859
width="auto"
5960
display="inline-block"

0 commit comments

Comments
 (0)