소스 검색

docs: mention THIRDPARTY_EXTENSIONS_PATH override in extension install instructions (#8930)

Closes #8927
Salvador Castro 1 주 전
부모
커밋
80d1db8dc7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/en/admins/15_extensions.md

+ 2 - 0
docs/en/admins/15_extensions.md

@@ -16,6 +16,8 @@ Result: Content of `./extensions/CustomCSS/` has f.e. `extension.php`, `metadata
 
 Important: Do not delete or overwrite the existing files `./extensions/.gitignore` and `./extensions/README.md`.
 
+> **Note:** If `THIRDPARTY_EXTENSIONS_PATH` is set in `data/constants.local.php`, extensions must be placed in that directory instead of `./extensions`. If extensions are not appearing in the UI, check whether this constant is configured.
+
 ## How to enable/disable and manage
 
 See in the front end: configuration menu `Configuration/Extensions`