Skip to content

Commit

Permalink
EEA / Editor config for associated panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Mar 21, 2024
1 parent 4e05bbb commit d10fe2f
Showing 1 changed file with 22 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,95 +54,79 @@
"addLayerNamesMode": "resourcename"
},
"associatedResourcesTypes": [{
"type": "parent",
"label": "linkToParent",
"type": "source",
"label": "linkToSource",
"config": {
"sources": {
"metadataStore": {
"label": "linkToParent",
"label": "linkToSource",
"params": {
"resourceType": ["series"],
"resourceType": ["dataset"],
"isTemplate": "n"
}
},
"remoteurl": {"multiple": false}
}
}
}, {
"type": "service",
"label": "linkToService",
"condition": "!gnCurrentEdit.isService",
"config": {
"sources": {
"metadataStore": {
"label": "searchAservice",
"params": {
"resourceType": ["service"],
"isTemplate": "n"
}
},
"remoteurl": {"multiple": false}
}
}
}, {
"type": "dataset",
"label": "linkToDataset",
"condition": "gnCurrentEdit.isService",
"type": "fcats",
"label": "linkToFeatureCatalog",
"config": {
"sources": {
"metadataStore": {
"label": "linkToFeatureCatalog",
"params": {
"resourceType": ["dataset"],
"resourceType": ["featureCatalog"],
"isTemplate": "n"
}
},
"remoteurl": {"multiple": false}
}
}
}, {
"type": "source",
"label": "linkToSource",
"type": "siblings",
"label": "linkToSibling",
"config": {
"sources": {
"metadataStore": {
"label": "linkToSource",
"params": {
"resourceType": ["dataset"],
"isTemplate": "n"
}
},
"remoteurl": {"multiple": false}
"remoteurl": {"multiple": true}
}
}
}, {
"type": "fcats",
"label": "linkToFeatureCatalog",
"type": "service",
"label": "linkToService",
"condition": "!gnCurrentEdit.isService",
"config": {
"sources": {
"metadataStore": {
"label": "linkToFeatureCatalog",
"label": "searchAservice",
"params": {
"resourceType": ["featureCatalog"],
"resourceType": ["service"],
"isTemplate": "n"
}
},
"remoteurl": {"multiple": false}
}
}
}, {
"type": "siblings",
"label": "linkToSibling",
"type": "dataset",
"label": "linkToDataset",
"condition": "gnCurrentEdit.isService",
"config": {
"sources": {
"metadataStore": {
"params": {
"resourceType": ["dataset"],
"isTemplate": "n"
}
},
"remoteurl": {"multiple": true}
"remoteurl": {"multiple": false}
}
}
}
]
}]
}
}

0 comments on commit d10fe2f

Please sign in to comment.