forked from in2code-de/lux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
59 lines (36 loc) · 3.71 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# cat=overview//010; type=user[In2code\Lux\UserFunc\EnableStatus->showEnableStatus]; label= Show status of this extension
checkFunction = User
# cat=basic//010; type=text; label= Scoring calculation: Define your own main scoring calculation. This will be used automaticly on a pagevisit or frequently with a scheduler task (commandcontroller). Available variables are - numberOfSiteVisits, numberOfPageVisits, downloads, lastVisitDaysAgo. Note - you should run a commandController (e.g. every night) and calculate the scoring again, if you are using the variable "lastVisitDaysAgo".
scoringCalculation = (10 * numberOfSiteVisits) + (1 * numberOfPageVisits) + (20 * downloads) - (1 * lastVisitDaysAgo)
# cat=basic//020; type=number; label= Add on page visit: Add a value to the category scoring if lead visits a page of a lux category
categoryScoringAddPageVisit = 10
# cat=basic//030; type=number; label= Add on news visit: Add a value to the category scoring if lead visits a news page with a lux category
categoryScoringAddNewsVisit = 10
# cat=basic//040; type=number; label= Add on download: Add a value to the category scoring if lead an asset of a lux category
categoryScoringAddDownload = 20
# cat=basic//050; type=number; label= Add on click on Link Listener: Add a value to the category scoring if a lead clicks a Link Listener link
categoryScoringLinkListenerClick = 20
# cat=basic//060; type=number; label= Where to save LinkListener records: Define a page where the link listener records should be saved - relevant for editor rights
pidLinkClickRedords = 0
# cat=module/enable/100; type=boolean; label= Disable analysis module: Turn off the analysis backend-module if you don't need it.
disableAnalysisModule = 0
# cat=module/enable/110; type=boolean; label= Disable lead module: Turn off the lead backend-module if you don't need it.
disableLeadModule = 0
# cat=module/enable/120; type=boolean; label= Disable workflow module: Turn off the workflow backend-module if you don't need it.
disableWorkflowModule = 0
# cat=advanced/enable/200; type=boolean; label= Disable lux output in pageoverview: If you don't want to show the analysis data or the latest leads box in a page view, choose this settings.
disablePageOverview = 0
# cat=advanced/enable/210; type=options[analysis,leads]; label= Pageoverview mode: If not disabled, choose between classic leads view or the new analysis view.
pageOverviewView = analysis
# cat=advanced/enable/220; type=boolean; label= Disable ckeditor configuraiton: Lux adds an own ckeditor configuration file to enable email4link feature. If you don't want this, you can turn this off.
disableCkEditorConfiguration = 0
# cat=advanced/enable/230; type=boolean; label= Disable IP logging: Disable the logging of the visitors IP-address.
disableIpLogging = 0
# cat=advanced/enable/240; type=boolean; label= Anonymize IP: As an alternative to disableIpLogging, you can anonymize the visitors IP-address when saving. The last part of the IP will be anonymized with "***".
anonymizeIp = 1
# cat=advanced/enable/250; type=options[all,nogoogle,nogravatar,noexternal]; label= Lead pictures: Decide if TYPO3 should try to find an image of a lead by searching on gravatar.com or on google image search by given email address.
leadImageFromExternalSources = all
# cat=advanced/enable/260; type=boolean; label= Show render time: Show rendering times for all backend views for an easier performance debugging (only visible for administrators).
showRenderTimes = 0
# cat=advanced/enable/270; type=boolean; label= Use cache layer: Performance boost for backend views. Cache layer could be used for both dashboard views and quick analyse in page overview view. Lifetime is per default 24h and caches can be warmed up via scheduler task.
useCacheLayer = 0