-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsitepurpose.yml
76 lines (76 loc) · 1.52 KB
/
sitepurpose.yml
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
-
_valid: true
_name: 'grid-founding-member'
_data:
type: 'purchase'
label: 'Become a Founding Member'
cta: 'f6a4bd8d-55ec-4c3a-9ccd-9c5f3df80802'
price: '9600'
-
_valid: true
_name: 'contact-telephone'
_data:
type: 'contact'
label: 'Call me'
url: 'tel:+1555042'
-
_valid: true
_name: 'contact-email'
_data:
type: 'contact'
label: 'Get in Touch'
url: 'mailto:[email protected]'
-
_valid: true
_name: 'external-link'
_data:
type: 'follow'
label: 'Follow me on Twitter'
url: 'https://twitter.com/thegrid'
-
_valid: true
_name: 'internal-link'
_data:
type: 'video'
label: 'Watch the Video'
item: '58864068-f46f-487a-8820-67b81f0d77d3'
-
_valid: false
_name: 'grid-founding-member-no-price'
_data:
type: 'purchase'
label: 'Become a Founding Member'
cta: 'f6a4bd8d-55ec-4c3a-9ccd-9c5f3df80802'
-
_valid: false
_name: 'internal-external-link'
_data:
type: 'video'
label: 'Watch the Video'
item: '58864068-f46f-487a-8820-67b81f0d77d3'
url: 'https://twitter.com/thegrid'
-
_valid: false
_name: 'no-link'
_data:
type: 'video'
label: 'Watch the Video'
-
_valid: false
_name: 'no-type'
_data:
label: 'Watch the Video'
item: '58864068-f46f-487a-8820-67b81f0d77d3'
-
_valid: false
_name: 'no-label'
_data:
type: 'video'
item: '58864068-f46f-487a-8820-67b81f0d77d3'
-
_valid: false
_name: 'invalid-url'
_data:
type: 'purchase'
label: 'Buy our product'
url: 'ENTER LINK HERE'