mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* added user initials * modified spec file * changes for config files * class name renamed * implemented the review comments
48 lines
985 B
JSON
48 lines
985 B
JSON
{
|
|
"$schema": "../../../../extension.schema.json",
|
|
"$id": "14157f82-6489-4187-9b68-1a5e38fadeca",
|
|
"$name": "About Plugin",
|
|
"$version": "0.0.1",
|
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
|
"$license": "LGPL-3.0",
|
|
|
|
"actions": [
|
|
{
|
|
"id": "app.actions.about",
|
|
"type": "NAVIGATE_URL",
|
|
"payload": "/about"
|
|
}
|
|
],
|
|
|
|
"routes": [
|
|
{
|
|
"id": "app.about",
|
|
"path": "about",
|
|
"layout": "app.layout.main",
|
|
"component": "app.about.component"
|
|
}
|
|
],
|
|
|
|
"features": {
|
|
"header": [
|
|
{
|
|
"id": "app.header.more",
|
|
"data": {
|
|
"items": [
|
|
{
|
|
"id": "app.header.about",
|
|
"order": 100,
|
|
"title": "APP.BROWSE.ABOUT.TITLE",
|
|
"description": "APP.BROWSE.ABOUT.TITLE",
|
|
"icon": "info",
|
|
"actions": {
|
|
"click": "app.actions.about"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|