* ACS-6252 Allow to hide tags and categories from metadata panel and to hide tags column from personal files
* ACS-6252 Allow to hide tags column from all other lists
* ACS-6252 Allow to hide tags and categories from search filters
* ACS-6252 Set type for search field
* ACS-6252 Hide displaying tags and categories related operators, properties and aspects in folder rules when that feature is disabled
* ACS-6252 Get from service information if tags and categories are disabled
* ACS-6252 Handled case when tags and categories configuration is missing in app.config.json
* ACS-6252 Unit tests for changes for RuleActionUiComponent
* ACS-6252 Unit tests for changes for RuleSimpleConditionUiComponent
* ACS-6252 Unit tests for changes for MetadataTabComponent
* ACS-6252 Unit tests for changes for app rules
* ACS-6252 Unit tests for changes for AppExtensionService
* ACS-6252 Removed redundant private from constructor parameter and corrected unit test title
* ACS-6252 Hide link to category action if categories feature is disabled
* ACS-6252 Move to beforeEach
* [ACS-5611] Add custom metadata panels as new extensions feature
* [ACS-5611] Add custom metadata panels unit tests
* [ACS-5611] Minor fixes
* [ACS-5611] Text ellipsis for name column to always display badges
* [ACS-5611] Use latest ADF and JS-API
* [ACS-5611] Unit test fix
* [ACS-5611] Click action only if exists
* ACS-5281 Changed editable state of metadata content based on change of file lock state
* ACS-5281 Updated versions
* ACS-5281 Reverted change
* ACS-5281 Upgrade version
* ACS-5281 Small correction
* ACS-5281 Fixed e2e
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 1 (WIP)
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 2 (WIP)
* [ACS-5088] Replaced instances of $any with cast pipe. Replaced other instances of method calls in templates with variables
* [ACS-5088] Resolved test cases
* [ACS-5088] Resolved test cases in aca-content library
* [ACS-5088] Resolved test cases in aca-shared library
* [ACS-5088] Resolved test cases in aca-folder-rules library
* [ACS-5088] Reverted usage of cast pipe to $any()
* [ACS-5088] Fixed incorrect revert
* [ACS-5088] Resolved code review findings - shortened expressions and made onDestroy subjects use void instead of boolean
* [ACS-5088] Resolved code review findings - changed parameter name in sort function
* [ACS-5088] Resolved code review findings - added 'void' type to onDestroy subjects
* [ACS-5088] Upgraded eslint version to 8.41.0. Added "@angular-eslint/template/no-call-expression" rule to prevent function calls in templates unless needed (reports warnings)
* [ACS-5088] Resolved typo in ToggleFavoriteComponent