Skip to content

[TASK] Unify backend labels for file mounts #5330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ tree (typically visible in the :guilabel:`File` module). Each tree is
generated based on the *mount points* configured for the current user. So a
page tree is drawn from the *DB Mounts* which are one or more page ids
telling the Core from which "start page" to draw the tree(s). Likewise
is the folder tree drawn based on *filemounts* configured for the user.
is the folder tree drawn based on *file mounts* configured for the user.

**DB mounts** (page mounts) are set by pointing out the
page that should be mounted for the user (at user or group-level):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ File mounts

.. _access-filemounts-create:

Create a new filemount
======================
Create a new file mount
=======================

.. versionadded:: 11.3
Starting with TYPO3 v11.3 it is possible to create a new filemount via
Starting with TYPO3 v11.3 it is possible to create a new file mount via
the context menu of the folder.

To create a new filemount go to the module :guilabel:`File > Filelist` and create the
To create a new file mount go to the module :guilabel:`File > Filelist` and create the
folder for the mount if it didn't exist yet. Then open the context menu on that
folder and choose :guilabel:`New Filemount`, then give the new filemount a name.
folder and choose :guilabel:`New File mount`, then give the new file mount a name.
The entry point is already set.

It is also possible to create a filemount manually in the :guilabel:`List`
It is also possible to create a file mount manually in the :guilabel:`List`
module by creating a record of type :php:`Filemount`. In this case you have
to choose the storage and folder manually.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/ApiOverview/Backend/ContextualMenu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ items. See following places for a reference:
:php:`\TYPO3\CMS\Impexp\ContextMenu\ItemProvider` and :ref:`ES6 module <backend-javascript-es6>`
:js:`@typo3/impexp/context-menu-actions.js`.
* EXT:filelist module provides several item providers for files, folders,
filemounts, filestorage, and drag-drop context menu for the folder tree.
file mounts, filestorage, and drag-drop context menu for the folder tree.
See following item providers:
:php:`\TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FileDragProvider`,
:php:`\TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FileProvider`,
Expand Down