Skip to content

Commit 121ffc9

Browse files
author
Philipp Faber
committed
Update editor docs
1 parent c2cecb8 commit 121ffc9

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

editor-docs.md

+26-20
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ The [MOUNT] group is to limit the shown content through given entrypoints in the
2727
Mounts DB access to the root page. Add more [MOUNT] groups for granular access.
2828
**Note:** DB Mounts make the pagetree(s) generally available. Use the [ACCESS] groups to control the details.
2929

30+
### [MOUNT] fileadmin
31+
32+
Mounts file mount: `fileadmin`
33+
3034
# CORE
3135

3236
The [CORE] group defines permissions for core-related areas. E.g. if you want to change access to the filelist module, have a look at `[CORE] Files`.
@@ -41,40 +45,40 @@ The [CORE] group defines permissions for core-related areas. E.g. if you want to
4145
##### Page Content
4246

4347
- ❌ Access (fe_group)
44-
- Align (header_position)
48+
- Align (header_position)
4549
- ✅ Border (imageborder)
4650
- ✅ Categories (categories)
4751
- ✅ Click-enlarge (image_zoom)
48-
- Columns (colPos)
52+
- Columns (colPos)
4953
- ✅ Columns (imagecols)
5054
- ✅ Date (date)
5155
- ✅ Description (rowDescription)
52-
- Display description (uploads_description)
53-
- Display file/icon/thumbnail (uploads_type)
54-
- Field Delimiter (table_delimiter)
55-
- File collections (file_collections)
56-
- Frame (frame_class)
56+
- Display description (uploads_description)
57+
- Display file/icon/thumbnail (uploads_type)
58+
- Field Delimiter (table_delimiter)
59+
- File collections (file_collections)
60+
- Frame (frame_class)
5761
- ✅ Height (pixels) (imageheight)
5862
- ✅ Index (sectionIndex)
59-
- Language (sys_language_uid)
63+
- Language (sys_language_uid)
6064
- ✅ Layout (layout)
6165
- ✅ Link (header_link)
6266
- ✅ Position (imageorient)
6367
- ❌ Recursive (recursive)
6468
- ❌ Restrict editing by non-Admins (editlock)
65-
- Show File Size (filelink_size)
66-
- Sort file list (filelink_sorting)
67-
- Sorting direction (filelink_sorting_direction)
68-
- Space After (space_after_class)
69-
- Space Before (space_before_class)
69+
- Show File Size (filelink_size)
70+
- Sort file list (filelink_sorting)
71+
- Sorting direction (filelink_sorting_direction)
72+
- Space After (space_after_class)
73+
- Space Before (space_before_class)
7074
- ✅ Start (starttime)
7175
- ❌ Startingpoint (pages)
7276
- ✅ Stop (endtime)
7377
- ✅ Subheader (subheader)
74-
- Table caption (table_caption)
75-
- Table header position (table_header_position)
76-
- Table style (table_class)
77-
- Text enclosure (table_enclosure)
78+
- Table caption (table_caption)
79+
- Table header position (table_header_position)
80+
- Table style (table_class)
81+
- Text enclosure (table_enclosure)
7882
- ✅ To top (linkToTop)
7983
- ✅ Transl.Orig (l18n_parent)
8084
- ✅ Type (header_layout)
@@ -88,12 +92,12 @@ The [CORE] group defines permissions for core-related areas. E.g. if you want to
8892
- Includes `[CORE] Content (Read)`
8993
- Enable module **Web>Recycler**
9094
- Tables (modify): `Page Content (tt_content)`, `Note (sys_note)`
95+
- Explicitly allow/deny field values: All Page Content: Types
9196

9297
### [CORE] Files
9398

94-
- Includes Basic File Mount `Files for Editors` for fileadmin `/` access
9599
- Enable module **File>Filelist**
96-
- Tables (modify): `File`
100+
- Tables (modify): `sys_file`, `sys_file_reference`, `sys_file_collection`, `sys_file_metadata`, `sys_file_storage`
97101

98102
* ✅ Directory: Read
99103
* ✅ Directory: Write
@@ -224,7 +228,7 @@ _Includes TsConfig Backend Configuration for admins:_
224228

225229
### [ROLE] Editor (Abstract)
226230

227-
This is the default editor. It includes everything neccessary to set up a basic editor. It is still an abstraction group and won't work on its own, because of the missing DB `[MOUNT]` and missing `[LANG]` groups.
231+
This is the default editor. It includes everything neccessary to set up a basic editor. It is still an abstraction group and won't work on its own, because of the missing `[MOUNT]` and missing `[LANG]` groups.
228232

229233
_Includes TsConfig Backend Configuration for editors:_
230234

@@ -248,9 +252,11 @@ No (Read) groups are included here. (Read) groups are included in the (Write) gr
248252

249253
- Includes `[ROLE] Editor (Abstract)`
250254
- Includes `[MOUNT] Root Default Page`
255+
- Includes `[MOUNT] fileadmin`
251256

252257
### [ROLE] Editor / Language (Default) / Root Default Page
253258

254259
- Includes `[ROLE] Editor (Abstract)`
255260
- Includes `[MOUNT] Root Default Page`
261+
- Includes `[MOUNT] fileadmin`
256262
- Includes `[LANG] Limit to Default`

0 commit comments

Comments
 (0)