@wbg-mde/i18n-manager
Version:
Metadata Editor Translation Manager.
206 lines • 8.69 kB
JSON
{
"schema": {
"type": "object",
"properties": {
"docDscr": {
"type": "object",
"title": "Document Description",
"properties": {
"$ref": "schema_document.json#/properties/resourceDescription/properties"
}
}
}
},
"form": [
{
"key": "docDscr",
"type": "fieldset",
"title": "Document Description",
"expandable": false,
"expanded": true,
"items": [
{
"key": "identification",
"type": "fieldset",
"id": "1.1",
"title": "Identification",
"isVirtual": true,
"expandable": true,
"expanded": true,
"items": [
{
"key": "docDscr.type",
"type": "table",
"title": "Type",
"id": "1.1.1",
"exportKey": "docDscr.identification.type",
"required": true,
"expandable": false,
"items": [
{
"key": "docDscr.type[].name",
"title": "Name",
"exportKey": "#",
"type": "autocomplete",
"htmlClass": "col-xs-12",
"fieldHtmlClass": "formWidgets"
}
]
},
{
"key": "docDscr.title",
"type": "text",
"title": "Title",
"id": "1.1.2",
"exportKey": "docDscr.identification.title",
"required": true
},
{
"key": "docDscr.alternative",
"type": "textarea",
"id": "1.1.3",
"exportKey": "docDscr.identification.alternative",
"title": "Subtitle"
},
{
"key": "docDscr.creator",
"title": "Author(s)",
"id": "1.1.4",
"exportKey": "docDscr.identification.creator",
"type": "textarea"
},
{
"key": "docDscr.created",
"type": "datetime-local",
"id": "1.1.5",
"exportKey": "docDscr.identification.created",
"title": "Date Created"
},
{
"key": "docDscr.spatial",
"type": "table",
"title": "Country",
"id": "1.1.6",
"exportKey": "docDscr.identification.spatial",
"expandable": false,
"items": [
{
"key": "docDscr.spatial[].name",
"title": "Name",
"exportKey": "#",
"type": "autocomplete",
"htmlClass": "col-xs-12",
"fieldHtmlClass": "formWidgets"
}
]
},
{
"key": "docDscr.language",
"type": "table",
"title": "Language",
"id": "1.1.7",
"exportKey": "docDscr.identification.Language",
"expandable": false,
"items": [
{
"key": "docDscr.language[].name",
"title": "Name",
"exportKey": "#",
"type": "autocomplete",
"htmlClass": "col-xs-12",
"fieldHtmlClass": "formWidgets"
}
]
},
{
"key": "docDscr.format",
"fieldHtmlClass": "formWidgets",
"id": "1.1.8",
"type": "autocomplete",
"exportKey": "docDscr.identification.format",
"title": "Format"
},
{
"key": "docDscr.identifier",
"type": "textarea",
"id": "1.1.9",
"exportKey": "docDscr.identification.identifier",
"title": "ID Number"
}
]
},
{
"key": "contributorrights",
"type": "fieldset",
"id": "1.2",
"title": "Contributor(s) and Rights",
"isVirtual": true,
"expandable": true,
"expanded": true,
"items": [
{
"key": "docDscr.contributor",
"exportKey": "docDscr.contributorrights.contributor",
"type": "textarea",
"id": "1.2.1",
"title": "Contributor(s)"
},
{
"key": "docDscr.publisher",
"type": "textarea",
"id": "1.2.2",
"exportKey": "docDscr.contributorrights.publisher",
"title": "Publisher(s)"
},
{
"key": "docDscr.rights",
"type": "textarea",
"id": "1.2.3",
"exportKey": "docDscr.contributorrights.rights",
"title": "Rights"
}
]
},
{
"key": "content",
"type": "fieldset",
"title": "Content",
"id": "1.3",
"isVirtual": true,
"expandable": true,
"expanded": true,
"items": [
{
"key": "docDscr.description",
"type": "textarea",
"id": "1.3.1",
"exportKey": "docDscr.content.description",
"title": "Description"
},
{
"key": "docDscr.abstract",
"type": "textarea",
"id": "1.3.2",
"exportKey": "docDscr.content.abstract",
"title": "Abstract"
},
{
"key": "docDscr.tableOfContents",
"type": "textarea",
"id": "1.3.3",
"exportKey": "docDscr.content.tableOfContents",
"title": "Table Of Contents"
},
{
"key": "docDscr.subject",
"type": "textarea",
"id": "1.3.4",
"exportKey": "docDscr.content.subject",
"title": "Subjects"
}
]
}
]
}
]
}