mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #10582 from nextcloud/feat/upgrade-nc27-mjs
feat: Add information about module javascript to NC27 upgrade guide
This commit is contained in:
commit
0e12e3cba3
@ -11,4 +11,9 @@ System requirements
|
||||
Exposed system address book
|
||||
---------------------------
|
||||
|
||||
Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.
|
||||
Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restrict the enumeration settings if your users should not see other users.
|
||||
|
||||
Web server configuration
|
||||
------------------------
|
||||
|
||||
* The recommended :ref:`nginx configuration<nginx-config>` changed as Nextcloud now supports module javascript with the ``.mjs`` extension, make sure to add this extension to the list of static files.
|
||||
|
||||
@ -22,6 +22,11 @@ Make sure your ``appinfo/info.xml`` allows for Nextcloud 27.
|
||||
Front-end changes
|
||||
-----------------
|
||||
|
||||
General
|
||||
^^^^^^^
|
||||
|
||||
* With Nextcloud 27 you can also provide module javascript files with the ``.mjs`` file extension. For backwards compatibilty you can provide files with the same name but the ``.js`` file extension which will be loaded for Nextcloud versions before 27.
|
||||
|
||||
Added APIs
|
||||
^^^^^^^^^^
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user