Skip to content

Commit

Permalink
Minor adaptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaether-c8y committed Jul 10, 2024
1 parent c136f23 commit 5fb14c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion cumulocity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
name: "Tenant option plugin",
module: "TenantOptionManagementModule",
path: "./src/app/tenant-option-management/tenant-option-management.module.ts",
description: "Adds menu entry. Users can add/update/delete tenant options."
description: "Easily create, edit and delete tenant options. You can configure an option as encrypted and can decided between text or JSON input."
}
]
},
Expand All @@ -43,6 +43,12 @@ export default {
'ngx-bootstrap',
'@ngx-translate/core',
'@ngx-formly/core'
],
copy: [
{
from: "docs",
to: "docs"
}
]
}
} as const satisfies ConfigurationOptions;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ng test"
},
"author": "Hendrik Näther",
"description": "",
"description": "Easily create, edit and delete tenant options. You can configure an option as encrypted and can decided between text or JSON input.",
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
Expand Down

0 comments on commit 5fb14c7

Please sign in to comment.