forked from TYPO3-svn-archive/imagemap_wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
18 lines (12 loc) · 1.19 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#cat=basic//10; type=boolean; label = use within common items: atm. only the first image can have a imagemap setup, clear Config-Cache after you changed this setting
allTTCtypes = 0
#cat=basic//10; type=boolean; label = store wizard settings: (not used yet) determines whether wizard-settings should be stored in the user-session
storeWindowSettings = 1
#cat=basic//10; type=int ; label = maximal image width/height: whenever the image width or height is larger than this value it's scaled down and the zoom option is displayed
imageMaxWH = 700
#cat=basic//10; type=int ; label = maximal preview-image width/height: maximal size for the preview image
previewImageMaxWH = 200
#cat=basic//10; type=string ; label = additonal attributes: attributes besides the alt-attribute for each area
additionalAttributes = title
#cat=basic//10; type=options[textmedia,image,textpic]; label = Default CType for images : Select the available CType that is used for images without the Imagemap Wizard. Since TYPO3-7.6 this is by default textmedia, while the CTypes image and textmedia are not anymore available by default (changing this value might make your existing data unavailable or unusable).
defaultImageCtype = textmedia