mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
fix cspell and schema
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json",
|
"$schema": "../../node_modules/@alfresco/adf-core/app.config.schema.json",
|
||||||
"ecmHost": "${APP_CONFIG_ECM_HOST}",
|
"ecmHost": "${APP_CONFIG_ECM_HOST}",
|
||||||
"aosHost": "${APP_CONFIG_ECM_HOST}/alfresco/aos",
|
"aosHost": "${APP_CONFIG_ECM_HOST}/alfresco/aos",
|
||||||
"baseShareUrl": "${APP_CONFIG_ECM_HOST}/#/preview/s",
|
"baseShareUrl": "${APP_CONFIG_ECM_HOST}/#/preview/s",
|
||||||
|
@@ -4,7 +4,8 @@
|
|||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
".*",
|
".*",
|
||||||
"CODEOWNERS",
|
"CODEOWNERS",
|
||||||
"package.json"
|
"package.json",
|
||||||
|
"app/src/app.config.json.tpl"
|
||||||
],
|
],
|
||||||
"words": [
|
"words": [
|
||||||
"Hyland",
|
"Hyland",
|
||||||
|
Reference in New Issue
Block a user