[ACA-4287] Move hooks to shared library (#2052)

* * move hooks

* * import fixed

* fix prod build

* * refactor hook service

* * fixed test

* * docs added

* * revert tsconfig

* * revert tsconfig

* * docs updated

* * fixed setting testing

* * lint fixed

* * remove duplicate actions
This commit is contained in:
Dharan
2021-04-29 13:50:25 +05:30
committed by GitHub
parent 4ebc7447f9
commit 759099bde7
33 changed files with 279 additions and 165 deletions

View File

@@ -23,3 +23,4 @@ Learn how to extend the features of the Alfresco Content Application.
- [Custom extension loaders](/extending/custom-extension-loaders.md)
- [Tutorials](/extending/tutorials)
- [Redistributable libraries](/extending/redistributable-libraries)
- [Application Hook](/extending/application-hook)