mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* aos extension * update karma * lint improvements and fixes * update script * update scripts * update scripts * reduce about 56.4 kB of polyfills for modern browsers * deficated aosHost value to have AOS on separate servers * context menu and toolbar * visibility evaluator * code improvements and fixes * support locking, lock checks
16 lines
246 B
JSON
16 lines
246 B
JSON
{
|
|
"assets": [
|
|
{
|
|
"glob": "**/*.json",
|
|
"input": "./assets",
|
|
"output": "./assets/plugins"
|
|
}
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "AosExtensionModule",
|
|
"namespace": "@alfresco/adf-office-services-ext"
|
|
}
|
|
]
|
|
}
|