Added data-entry config
This commit is contained in:
parent
f27989065f
commit
ebeba09151
|
@ -17,6 +17,39 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"_id": "org.gcube.portlets.user.geoportal-data-entry-app",
|
||||
"_type": "DATA_ENTRY_GUI",
|
||||
"_item_type": "MOSI",
|
||||
"_configuration": {
|
||||
"gcubeProfiles": [
|
||||
{
|
||||
"gcubeSecondaryType": "GeoNaMetadata",
|
||||
"gcubeName": "MOSI_Identificazione",
|
||||
"sectionName": "identificazione",
|
||||
"sectionTitle": "IDENTIFICAZIONE",
|
||||
"parentName": "$."
|
||||
},
|
||||
{
|
||||
"gcubeSecondaryType": "GeoNaMetadata",
|
||||
"gcubeName": "MOSI_Altro_Codice",
|
||||
"sectionName": "altroCodice",
|
||||
"sectionTitle": "ALTRO CODICE",
|
||||
"minOccurs": 0,
|
||||
"maxOccurs": 0,
|
||||
"parentName": "$.identificazione"
|
||||
},
|
||||
{
|
||||
"gcubeSecondaryType": "GeoNaMetadata",
|
||||
"gcubeName": "MOSI_Area_Sito",
|
||||
"sectionName": "areaSito",
|
||||
"sectionTitle": "AREA/SITO",
|
||||
"parentName": "$."
|
||||
}
|
||||
],
|
||||
"saveStep": "SUBMIT-FOR-REVIEW"
|
||||
}
|
||||
},
|
||||
{
|
||||
"_id": "SDI-Indexer-Plugin",
|
||||
"_type": "Indexer",
|
||||
|
|
Loading…
Reference in New Issue