Skip to content
Snippets Groups Projects
Commit 7429c1d0 authored by esikkala's avatar esikkala
Browse files

Manuscripts: update table columns

parent 7e2fef99
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,9 @@ export const INITIAL_STATE = {
id: 'note',
label: 'Note',
desc: `
Note
Other info such as distinguishing characteristics, notes on the physical structure
of the manuscript, script types, note glosses, physical relationships among various
texts and/or parts of a miscellany, such as multiple types of page layout.
`,
valueType: 'string',
makeLink: false,
......@@ -324,6 +326,19 @@ export const INITIAL_STATE = {
numberedList: false,
minWidth: 150,
},
{
id: 'historiatedInitials',
label: 'Historiated initials',
desc: `
The number of historiated initials.
`,
valueType: 'string',
makeLink: false,
externalLink: false,
sortValues: true,
numberedList: false,
minWidth: 150,
},
{
id: 'source',
label: 'Source',
......@@ -331,8 +346,8 @@ export const INITIAL_STATE = {
The source dataset(s) (Bibale, Bodleian, or SDBM) contributing the
information on the manuscript. If two or more source datasets include
the same manuscript and this has been manually verified, the information
from the source datasets has been merged into one table row. Click on
the source name to view the original record on the source’s website.
from the source datasets have been merged into one manuscript (table row).
Click on the links to view the original record on the source’s website.
`,
valueType: 'object',
makeLink: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment