Просмотр исходного кода

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

Closes #8927
Salvador Castro 1 неделя назад
Родитель
Сommit
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`