mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-08 16:12:26 +02:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
[
|
|
{
|
|
"id": "my-custom-component-in-header",
|
|
"remote": {
|
|
"url": "http://localhost:3002/remoteEntry.js",
|
|
"name": "plugin_frontend",
|
|
"module": "MyCustomComponent"
|
|
},
|
|
"injection": {
|
|
"target": "body header [data-testid=\"header-logo-link\"]",
|
|
"position": "after",
|
|
"observerRoots": "body header"
|
|
},
|
|
"props": {
|
|
"customMessage": "Plugin Demo",
|
|
"showDebugInfo": true
|
|
},
|
|
"visibility": {
|
|
"routes": [
|
|
"/docs/*"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": "central-header-menu",
|
|
"remote": {
|
|
"url": "http://localhost:3002/remoteEntry.js",
|
|
"name": "plugin_frontend",
|
|
"module": "./MyCustomHeaderMenu"
|
|
},
|
|
"injection": {
|
|
"target": "body header [data-testid=\"header-logo-link\"]",
|
|
"position": "after",
|
|
"observerRoots": "body header"
|
|
},
|
|
"props": {
|
|
"icsBaseUrl": "http://localhost:8000",
|
|
"portalBaseUrl": "http://localhost:8001"
|
|
}
|
|
},
|
|
{
|
|
"id": "theme-demo-panel",
|
|
"remote": {
|
|
"url": "http://localhost:3002/remoteEntry.js",
|
|
"name": "plugin_frontend",
|
|
"module": "./ThemingDemo"
|
|
},
|
|
"injection": {
|
|
"target": "body",
|
|
"position": "append",
|
|
"observerRoots": false
|
|
}
|
|
}
|
|
] |