-
Notifications
You must be signed in to change notification settings - Fork 49
/
ext_conf_template.txt
38 lines (26 loc) · 1.48 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
32
33
34
35
36
37
38
# cat=page/010; type=integer; label= Max characters of title
maxTitle = 57
# cat=page/020; type=integer; label= Max characters of description
maxDescription = 156
# cat=page/022; type=boolean; label= Crop description for extended tables, if it exceeds "Max characters of description"
cropDescription = 0
# cat=page/030; type=integer; label= Max characters of nav title
maxNavTitle = 50
# cat=page/040; type=boolean; label= Display the cs_seo descriptions for SEO fields in pages TCA
showDescriptionsInTCA = 1
# cat=evaluation/010; type=options[Header=0,Footer=1,None=2]; label= Show the results in the page module
inPageModule = 0
# cat=evaluation/020; type=string; label= Doktypes: Comma separated list. This doktypes must be callable in the frontend!
evaluationDoktypes = 1
# cat=evaluation/030; type=string; label= Evaluators : Comma separated list. Available are Title,Description,HeadingOrder,H1,H2,Images,Keyword
evaluators = Title,Description,H1,H2,HeadingOrder,Images,Keyword
# cat=evaluation/040; type=integer; label= Min characters of an optimal title
minTitle = 40
# cat=evaluation/050; type=integer; label= Min characters of an optimal description
minDescription = 140
# cat=evaluation/055; type=boolean; label= Force the min length in TCA
forceMinDescription = 1
# cat=evaluation/060; type=integer; label= Max number of h2 headlines in one page
maxH2 = 6
# cat=file/010; type=string; label= Additional columns of sys_file_medata to show in file module
modFileColumns = title,description