-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
31 lines (21 loc) · 2.54 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# cat=basic//; type=string; label= Comma list of categories applied upon file upload: Apply default categories when a file is uploaded. There is not check whether the Category exists, make sure to enter valid uid.
default_categories =
# cat=basic//; type=boolean; label= Load RTE configuration: Media provides an integration with the RTE by adding additionnal buttons like a "link creator" and an "image editor". Activate this option if you would like to have the RTE configuration loaded. Notice, it will also override the order of button in the RTE. If you don't want this, add the "link creator" and "image editor" buttons in your own Page / User TSConfig. Refer to the documentation. ATTENTION! there is a bug (or I missed something) with TYPO3 7 LTS where the same JavaScript files must be placed in two locations, one in Media, one in the Core. Consider executing this command from your document root: cp typo3conf/ext/media/Resources/Public/JavaScript/Plugins/{LinkCreator.js,ImageEditor.js} typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins
load_rte_configuration = 0
# cat=basic//; type=boolean; label= Load the folder tree: If checked, Media will be loaded with the folder tree. Reload the Backend after enabling this option.
has_folder_tree = 1
# cat=basic//; type=boolean; label= Use the Media file picker : If checked, default file picker will be replaced by the Media file picker.
has_media_file_picker = 0
# cat=basic//; type=boolean; label= Hide default file list : If checked, the default file list is hidden from the Backend as everything is handled by the Media module. Reload the Backend after enabling this option.
hide_file_list = 0
###################### Image preset ######################
# cat=image preset//2; type=string; label= Maximum size of thumbnail image: Define the max width and height of a thumbnail. This setting is currently used for thumbnails in the Grid in the BE.
image_thumbnail = 100x100
# cat=image preset//; type=string; label= Maximum size of mini image: Define the max width and height of a mini image.
image_mini = 120x120
# cat=image preset//; type=string; label= Maximum size of small image: Define the max width and height of a small image.
image_small = 320x320
# cat=image preset//; type=string; label= Maximum size of medium image: Define the max width and height of a medium image. This setting is currently used to define the max size in the image editor.
image_medium = 760x760
# cat=image preset//; type=string; label= Maximum size of large image: Define the max width and height of a large image.
image_large = 1200x1200