mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* setup i18n for aos extension * translate action names, generic icon * unit tests and bug fixes * use AOS testing with CI
21 lines
365 B
JSON
21 lines
365 B
JSON
{
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "./assets",
|
|
"output": "./assets/adf-office-services-ext"
|
|
},
|
|
{
|
|
"glob": "aos.plugin.json",
|
|
"input": "./assets",
|
|
"output": "./assets/plugins"
|
|
}
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "AosExtensionModule",
|
|
"namespace": "@alfresco/adf-office-services-ext"
|
|
}
|
|
]
|
|
}
|