@wbg-mde/i18n-manager
Version:
Metadata Editor Translation Manager.
200 lines • 7.91 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",
"title": "Identification",
"isVirtual": true,
"id": "1.1",
"expandable": true,
"expanded": true,
"items": [
{
"key": "docDscr.type",
"type": "table",
"title": "Type",
"id": "1.1.1",
"required": true,
"expandable": false,
"isLeaf": true,
"items": [
{
"key": "docDscr.type[].name",
"title": "Name",
"type": "autocomplete",
"htmlClass": "col-xs-12",
"fieldHtmlClass": "formWidgets"
}
]
},
{
"key": "docDscr.title",
"type": "text",
"title": "Title",
"id": "1.1.2",
"isLeaf": true,
"required": true
},
{
"key": "docDscr.alternative",
"type": "textarea",
"isLeaf": true,
"id": "1.1.3",
"title": "Subtitle"
},
{
"key": "docDscr.creator",
"title": "Author(s)",
"isLeaf": true,
"id": "1.1.4",
"type": "textarea"
},
{
"key": "docDscr.created",
"type": "datetime-local",
"isLeaf": true,
"id": "1.1.5",
"title": "Date Created"
},
{
"key": "docDscr.spatial",
"type": "table",
"id": "1.1.6",
"title": "Country",
"isLeaf": true,
"expandable": false,
"items": [
{
"key": "docDscr.spatial[].name",
"title": "Name",
"type": "autocomplete",
"htmlClass": "col-xs-12",
"fieldHtmlClass": "formWidgets"
}
]
},
{
"key": "docDscr.language",
"type": "table",
"id": "1.1.7",
"title": "Language",
"expandable": false,
"isLeaf": true,
"items": [
{
"key": "docDscr.language[].name",
"title": "Name",
"type": "autocomplete",
"htmlClass": "col-xs-12",
"fieldHtmlClass": "formWidgets"
}
]
},
{
"key": "docDscr.format",
"fieldHtmlClass": "formWidgets",
"isLeaf": true,
"id": "1.1.8",
"title": "Format"
},
{
"key": "docDscr.identifier",
"type": "textarea",
"isLeaf": true,
"id": "1.1.9",
"title": "ID Number"
}
]
},
{
"key": "contributorrights",
"type": "fieldset",
"title": "Contributor(s) and Rights",
"isVirtual": true,
"expandable": true,
"expanded": true,
"items": [
{
"key": "docDscr.contributor",
"type": "textarea",
"isLeaf": true,
"id": "1.2.1",
"title": "Contributor(s)"
},
{
"key": "docDscr.publisher",
"type": "textarea",
"isLeaf": true,
"id": "1.2.2",
"title": "Publisher(s)"
},
{
"key": "docDscr.rights",
"type": "textarea",
"isLeaf": true,
"id": "1.2.3",
"title": "Rights"
}
]
},
{
"key": "content",
"type": "fieldset",
"title": "Content",
"isVirtual": true,
"expandable": true,
"expanded": true,
"items": [
{
"key": "docDscr.description",
"type": "textarea",
"isLeaf": true,
"id": "1.3.1",
"title": "Description"
},
{
"key": "docDscr.abstract",
"type": "textarea",
"isLeaf": true,
"id": "1.3.2",
"title": "Abstract"
},
{
"key": "docDscr.tableOfContents",
"type": "textarea",
"isLeaf": true,
"id": "1.3.3",
"title": "Table Of Contents"
},
{
"key": "docDscr.subject",
"type": "textarea",
"isLeaf": true,
"id": "1.3.4",
"title": "Subjects"
}
]
}
]
}
]
}