We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7489c35 commit 05ddf81Copy full SHA for 05ddf81
examples/synopsis.html
@@ -27,7 +27,10 @@
27
</head>
28
<body>
29
<seed-app>
30
- <seed-config regex-alignment="alignment.json"/>
+ <seed-config
31
+ annotations-url="Annotationen.json"
32
+ ontology-urls="ontology.json"
33
+ regex-alignment="alignment.json"></seed-config>
34
<!-- whitespace between synopsis texts breaks margin and may break the line up -->
35
<div
36
class="synopsis"
@@ -52,8 +55,6 @@
52
55
<div style="min-height:10px"> </div>
53
56
<seed-annotation-permanent
54
57
title="Annotation"
- annotations-url="Annotationen.json"
- ontology-urls="ontology.json"
58
height="auto"
59
width="auto"
60
display="inline-block"
0 commit comments