Skip to content

Commit f50e839

Browse files
Merge pull request #76 from OpenGeoMetadata/display-note
Display note
2 parents efedc0d + 2d98c96 commit f50e839

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/ogm-aardvark.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ has_toc: false
2323
- [Alternative Title](ogm-aardvark/alternative-title)
2424
- [Description](ogm-aardvark/description) (S)
2525
- [Language](ogm-aardvark/language)
26+
- [Display Note](ogm-aardvark/display-note)
2627

2728
### Credits
2829
- [Creator](ogm-aardvark/creator) (S)

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)