mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2367] default header actions (#1088)
* enable header actions by default * exclude app.extensions from spellcheck
This commit is contained in:
@@ -8,3 +8,5 @@ spellcheck:
|
|||||||
- ngrx
|
- ngrx
|
||||||
- qshare
|
- qshare
|
||||||
- snackbar
|
- snackbar
|
||||||
|
exclude:
|
||||||
|
- src/assets/app.extensions.json
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"$license": "LGPL-3.0",
|
"$license": "LGPL-3.0",
|
||||||
"$runtime": "1.7.0",
|
"$runtime": "1.7.0",
|
||||||
"$description": "Core application extensions and features",
|
"$description": "Core application extensions and features",
|
||||||
"$references": ["aos.plugin.json"],
|
"$references": ["aos.plugin.json", "app.header.json"],
|
||||||
|
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user