Skip to content

Commit

Permalink
EEA / Editor / Series / Configure panel https://taskman.eionet.europa…
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed May 17, 2024
1 parent ecb4561 commit c255d98
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"config": {
"display": "radio",
"types": [{
"label": "addOnlinesrc",
"sources": {
"filestore": true
},
"icon": "fa gn-icon-onlinesrc",
"process": "onlinesrc-add",
"fields": {
"protocol": {
"value": "WWW:LINK-1.0-http--link",
"isMultilingual": false,
"required": true,
"tooltip": "gmd:protocol"
},
"url": {
"isMultilingual": false,
"required": true,
"tooltip": "gmd:URL"
},
"name": {"tooltip": "gmd:name"},
"desc": {"tooltip": "gmd:description"},
"function": {
"isMultilingual": false,
"tooltip": "gmd:function"
},
"applicationProfile": {
"isMultilingual": false,
"tooltip": "gmd:applicationProfile"
}
}
}, {
"label": "addThumbnail",
"sources": {
"filestore": true,
"thumbnailMaker": true
},
"icon": "fa gn-icon-thumbnail",
"fileStoreFilter": "*.{jpg,JPG,jpeg,JPEG,png,PNG,gif,GIF}",
"process": "thumbnail-add",
"fields": {
"url": {
"param": "thumbnail_url",
"isMultilingual": false,
"required": true
},
"name": {"param": "thumbnail_desc"}
}
}],
"multilingualFields": ["name", "desc"],
"wmsResources": {
"addLayerNamesMode": "resourcename"
},
"associatedResourcesTypes": [{
"type": "siblings",
"label": "linkToSibling",
"config": {
"sources": {
"metadataStore": {
"params": {
"isTemplate": "n"
}
},
"remoteurl": {"multiple": true}
}
}
}]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2323,9 +2323,10 @@
transformations="to-iso19139-keyword-with-anchor"/>
</thesaurusList>
<sidePanel>
<directive data-gn-associated-resources-panel="gnCurrentEdit.metadata"
editor-config="eeaseries"/>

<directive data-gn-overview-manager=""/>
<directive data-gn-onlinesrc-list=""
data-types="sibling|associated"/>

<text ref="eea-contact"/>
</sidePanel>
Expand Down

0 comments on commit c255d98

Please sign in to comment.