-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGlobalVariables.glbl
More file actions
55 lines (55 loc) · 1.87 KB
/
GlobalVariables.glbl
File metadata and controls
55 lines (55 loc) · 1.87 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<GlobalVariableEntities>
<description></description>
<tag></tag>
<GlobalVariableEntity>
<description></description>
<initValue>'https://toddmotto.com/angular-pizza-creator/'</initValue>
<name>URL</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description>fictitious name</description>
<initValue>'Jack Black'</initValue>
<name>Name</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description>fictitious email</description>
<initValue>'schoolofrock@mailinator.com'</initValue>
<name>Email</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description>fictitious address</description>
<initValue>'Mulholland Drive 23b'</initValue>
<name>Address</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description>fictitious postcode</description>
<initValue>'90210'</initValue>
<name>Postcode</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description>fictitious phone number</description>
<initValue>'666999'</initValue>
<name>Phonenumber</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description>Notification</description>
<initValue>'FIELD IS REQUIRED'</initValue>
<name>WarningNotification</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>'Anchovy $0.69'</initValue>
<name>ToppingName</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>'1200'</initValue>
<name>Height</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>'1300'</initValue>
<name>Width</name>
</GlobalVariableEntity>
</GlobalVariableEntities>