Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_OneVisitorTwoVisits__CorePluginsAdmin.getUserSettings.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 052f42dfce12d0e93158df48220b3c4ae15a6519 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<pluginName>ExampleSettingsPlugin</pluginName>
		<title>ExampleSettingsPlugin</title>
		<settings>
			<row>
				<name>autoRefresh</name>
				<title>Auto refresh</title>
				<value>0</value>
				<defaultValue>0</defaultValue>
				<type>boolean</type>
				<uiControl>checkbox</uiControl>
				<uiControlAttributes>
				</uiControlAttributes>
				<availableValues />
				<description>If enabled, the value will be automatically refreshed depending on the specified interval</description>
				<inlineHelp />
				<templateFile />
				<introduction />
				<condition />
				<fullWidth>0</fullWidth>
			</row>
			<row>
				<name>refreshInterval</name>
				<title>Refresh Interval</title>
				<value>30</value>
				<defaultValue>30</defaultValue>
				<type>integer</type>
				<uiControl>text</uiControl>
				<uiControlAttributes>
					<size>3</size>
				</uiControlAttributes>
				<availableValues />
				<description>Defines how often the value should be updated</description>
				<inlineHelp>Enter a number which is &gt;= 15</inlineHelp>
				<templateFile />
				<introduction />
				<condition />
				<fullWidth>0</fullWidth>
			</row>
			<row>
				<name>color</name>
				<title>Color</title>
				<value>red</value>
				<defaultValue>red</defaultValue>
				<type>string</type>
				<uiControl>radio</uiControl>
				<uiControlAttributes>
				</uiControlAttributes>
				<availableValues>
					<red>Red</red>
					<blue>Blue</blue>
					<green>Green</green>
				</availableValues>
				<description>Pick your favourite color</description>
				<inlineHelp />
				<templateFile />
				<introduction />
				<condition />
				<fullWidth>0</fullWidth>
			</row>
		</settings>
	</row>
	<row>
		<pluginName>AnonymousPiwikUsageMeasurement</pluginName>
		<title>AnonymousPiwikUsageMeasurement</title>
		<settings>
			<row>
				<name>userTrackingEnabled</name>
				<title>Matomo usage tracking enabled</title>
				<value>1</value>
				<defaultValue>1</defaultValue>
				<type>boolean</type>
				<uiControl>checkbox</uiControl>
				<uiControlAttributes>
				</uiControlAttributes>
				<availableValues />
				<description>If enabled, anonymous usage data will be tracked. For example which pages are viewed and which reports are used most often. For more information contact your system administrator.</description>
				<inlineHelp />
				<templateFile />
				<introduction />
				<condition />
				<fullWidth>0</fullWidth>
			</row>
		</settings>
	</row>
</result>