File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Administration/UserManagement/Groups
AccessControl/MoreAboutFileMounts
BackendModules/ModuleConfiguration
ExtensionArchitecture/HowTo Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ File mounts are similar to DB mounts but instead are used to manage access to
196196files.
197197
198198File mounts need to be created first, for example using the context menu on the
199- file tree in module " Filelist" , or in the
199+ file tree in module :guilabel: ` Media > Filelist` , or in the
200200`File mounts submodule of the Backend Users module <https://docs.typo3.org/permalink/t3coreapi:user-management-backend-users-file-mounts >`_
201201
202202They can then be selected when editing a backend user group:
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ File mounts
4646Create a new file mount
4747=======================
4848
49- To create a new file mount go to the module :guilabel: `File > Filelist ` and create the
49+ To create a new file mount go to the module :guilabel: `Media > Filelist ` and create the
5050folder for the mount if it didn't exist yet. Then open the context menu on that
5151folder and choose :guilabel: `New File mount `, then give the new file mount a name.
5252The entry point is already set.
159159 we have to create a directory :file: `/path/to/web/root/fileadmin/groups/1/ `.
160160
161161Having set up all these properties and folders, the user
162- should see the following when moving to the ** FILE > Filelist**
162+ should see the following when moving to the :guilabel: ` Media > Filelist`
163163module:
164164
165165.. figure :: /Images/ManualScreenshots/AccessControl/AccessUserFileTree.png
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Module configuration options
145145 The page tree as used in the :guilabel: `Content ` module.
146146
147147 :js: `@typo3/backend/tree/file-storage-tree-container `
148- The file tree as used in the :guilabel: `Filelist ` module.
148+ The file tree as used in the :guilabel: `Media ` module.
149149
150150 .. rubric :: Migration
151151
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ icon representation to the icon of the the first active radio icon in the
6464dropdown list.
6565
6666.. figure :: /Images/ManualScreenshots/Backend/FileModuleDropDownButton.png
67- :alt: DropDown button component in the File > Filelist module
67+ :alt: DropDown button component in the :guilabel:`Media > Filelist` module
6868 :class: with-border with-shadow
6969
70- DropDown button component in the :guilabel: `File > Filelist` module
70+ DropDown button component in the :guilabel: `Media > Filelist` module
7171
7272
7373.. _dropdown-button-components-button :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Code editor
1818The code editor provides a backend editor with syntax highlighting. The editor
1919is used by TYPO3 itself for :ref: `TCA fields with type "text" and renderType
2020"codeEditor" <t3tca:columns-text-renderType-codeEditor>` and in the module
21- :guilabel: `File > Filelist `. Under the hood, `CodeMirror `_ is used.
21+ :guilabel: `Media > Filelist `. Under the hood, `CodeMirror `_ is used.
2222
2323.. contents ::
2424 :local:
@@ -188,7 +188,7 @@ The following configuration options are available:
188188 :type: array
189189
190190 Binds the mode to specific file extensions. This is important for using
191- the code editor in the module :guilabel: `File > Filelist `.
191+ the code editor in the module :guilabel: `Media > Filelist `.
192192
193193.. confval :: default
194194 :name: code-editor-register-mode-default
Original file line number Diff line number Diff line change 4747=====
4848
4949DataHandler can also handle files. The file operations are normally
50- performed in the :guilabel: `File > Filelist ` module where you can manage a
50+ performed in the :guilabel: `Media > Filelist ` module where you can manage a
5151directory on the server by copying, moving, deleting and editing files
5252and directories. The file operations are managed by two Core classes,
5353:php: `\T YPO3\C MS\C ore\U tility\F ile\B asicFileUtility ` and
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ModifyEditFileFormDataEvent
88
99The PSR-14 event :php: `\T YPO3\C MS\F ilelist\E vent\M odifyEditFileFormDataEvent `
1010allows to modify the form data, used to render the file edit form in the
11- :guilabel: `File > Filelist ` module using
11+ :guilabel: `Media > Filelist ` module using
1212:ref: `FormEngine data compiling <FormEngine-DataCompiling >`.
1313
1414
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ ProcessFileListActionsEvent
88
99The PSR-14 event :php: `\T YPO3\C MS\C ore\C onfiguration\E vent\P rocessFileListActionsEvent `
1010is fired after generating the actions for the files and folders listing in the
11- :guilabel: `File > Filelist ` module.
11+ :guilabel: `Media > Filelist ` module.
1212
1313This event can be used to manipulate the icons/actions, used for the edit control
14- section in the files and folders listing within the :guilabel: `File > Filelist `
14+ section in the files and folders listing within the :guilabel: `Media > Filelist `
1515module.
1616
1717Example
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deserve further explanation.
1414
1515Is browsable?
1616 If this box is not checked, the storage will not be browsable by
17- users via the :guilabel: `File > Filelist ` module, nor via the link browser
17+ users via the :guilabel: `Media > Filelist ` module, nor via the link browser
1818 window.
1919
2020Is publicly available?
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ from the root of the page tree using the :ref:`export module <ext_impexp:export>
193193 previous exports were stored that you do not want included in the export.
194194
195195 Therefore, delete any temporary files that you do not want to export from the
196- fileadmin. Use the :guilabel: `Filelist ` module to delete these files.
196+ fileadmin. Use the :guilabel: `Media > Filelist ` module to delete these files.
197197 If you delete them directly from the file system, the corresponding entries in
198198 :sql: `sys_file ` will not be deleted and an error will occur during export,
199199 which must then be corrected directly by manually deleting the database entries.
You can’t perform that action at this time.
0 commit comments