aboutsummaryrefslogtreecommitdiff
path: root/html/item_preview.html
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-16 00:55:04 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-16 10:12:51 +0100
commit72553a2d8b5fa094a5edd5e6ec15b5125a052016 (patch)
treecfbca085fd54ce482561e65726f825c00b2ac795 /html/item_preview.html
parentb47de554fb01b478b09d9d65b5eac4b05fd903fc (diff)
downloadbrowser-extension-72553a2d8b5fa094a5edd5e6ec15b5125a052016.tar.gz
browser-extension-72553a2d8b5fa094a5edd5e6ec15b5125a052016.zip
assume and use "$schema" properties in item definitions
Diffstat (limited to 'html/item_preview.html')
-rw-r--r--html/item_preview.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/item_preview.html b/html/item_preview.html
index 34ce6e1..356ee62 100644
--- a/html/item_preview.html
+++ b/html/item_preview.html
@@ -46,6 +46,8 @@
<div id="resource_preview" data-template="main_div"
class="grid_2 grid_form item_preview_main_div">
<h3 class="grid_col_both">resource preview</h3>
+ <label class="grid_col_1">conforms to:</label>
+ <span data-template="conforms_to" class="grid_col_2">...</span>
<label class="grid_col_1">identifier:</label>
<span data-template="identifier" class="grid_col_2">...</span>
<label class="grid_col_1">long name:</label>
@@ -68,6 +70,8 @@
<div id="mapping_preview" data-template="main_div"
class="grid_2 grid_form">
<h3 class="grid_col_both">mapping preview</h3>
+ <label class="grid_col_1">conforms to:</label>
+ <span data-template="conforms_to" class="grid_col_2">...</span>
<label class="grid_col_1">identifier:</label>
<span data-template="identifier" class="grid_col_2">...</span>
<label class="grid_col_1">long name:</label>