[ACS-6924] Rename tags and categories plugins to mitigate naming conflicts (#3687)

* [ACS-6924] Rename tags and categories plugins to mitigate conflicts

* [ACS-6924] Add missing logic for tags and categories plugins
This commit is contained in:
MichalKinas
2024-03-04 19:52:17 +01:00
committed by GitHub
parent c883e16d2b
commit 33264f0731
4 changed files with 16 additions and 6 deletions

View File

@@ -13,8 +13,8 @@
"aosPlugin": true,
"contentService": true,
"folderRules": true,
"tags": true,
"categories": true
"tagsEnabled": true,
"categoriesEnabled": true
},
"oauth2": {
"host": "{protocol}//{hostname}{:port}/auth/realms/alfresco",