Skip to content

Commit cff9336

Browse files
committed
add display-note page
1 parent c2961d3 commit cff9336

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/ogm-aardvark/display-note.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: default
3+
title: Display Note
4+
parent: OGM Aardvark
5+
nav_order: 4.5
6+
---
7+
8+
## Description
9+
10+
| Label | Description |
11+
|:----------------------|:------------------------|
12+
| URI | `gbl_displayNote_sm` |
13+
| Obligation | Optional |
14+
| Multivalued | true |
15+
| Field type | array of strings |
16+
| Purpose | To highlight additional information about a resource, such as warnings or tips for using the data. |
17+
| Entry Guidelines | Prefix the string with "Warning:", "Info:", or "Tip:" to specify the type of note. Future versions of GeoBlacklight will use such prefixes to control the style of the displayed note. Styles and additional prefixes (for example, in other languages) can be added in the GeoBlacklight config. |
18+
| Commentary | This field is currently only supported by customizations to the GeoBlacklight application. On the item page, text in this field will be prominently displayed in a shaded box just after the title. |
19+
| Controlled Vocabulary | no |
20+
| Example value | ```[```<br>``` "Warning: This text (starting with 'This text') will be displayed in a red box",```<br>``` "Info: This text (starting with 'This text') will be displayed in a blue box",```<br>``` "Tip: This text (starting with 'This text') will be displayed in a green box",```<br>``` "This is text without a tag and it will be assigned the default 'note' style"```<br>``` ]``` |
21+
| Element Set | DCMI |
22+
| Group | Bibliographic - general |

0 commit comments

Comments
 (0)