forked from forcedotcom/salesforcedx-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.json
More file actions
68 lines (68 loc) · 2.88 KB
/
Copy pathcontent.json
File metadata and controls
68 lines (68 loc) · 2.88 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"type": "sfdc_cms__view",
"title": "Too Many Requests",
"contentBody": {
"component": {
"children": [
{
"children": [
{
"attributes": {
"backgroundImageConfig": "",
"backgroundImageOverlay": "rgba(0,0,0,0)",
"componentSpacerSize": "",
"layoutDirectionDesktop": "row",
"layoutDirectionMobile": "column",
"layoutDirectionTablet": "column",
"maxContentWidth": "",
"sectionColumnGutterWidth": "",
"sectionConfig": "{\"UUID\":\"<%= uuid('section') %>\",\"columns\":[{\"UUID\":\"<%= uuid('col1') %>\",\"columnName\":\"Column 1\",\"columnKey\":\"col1\",\"columnWidth\":\"12\",\"seedComponents\":null}]}",
"sectionMinHeight": "",
"sectionVerticalAlign": "flex-start"
},
"children": [
{
"children": [
{
"attributes": {
"imageInfos": "",
"richTextValue": "<div style=\"display: flex; align-items: center; flex-direction: column; margin: 60px 25px 30px 25px;\">\n\t<div style=\"background-image: url(assets/img/tooManyRequests.svg) !important; background-size: contain; height: 350px; width: 100%; background-repeat: no-repeat; background-position: center;\"></div>\n</div>\n<div style=\"margin: 0 25px; text-align: center;\">\n\t<h1 class=\"slds-text-heading_large\">Looks like the site is experiencing higher than usual demand…</h1>\n\t<p class=\"slds-text-heading_small\">Don't go anywhere. We'll redirect you in a moment.</p>\n</div>"
},
"definition": "community_builder:htmlEditor",
"id": "<%= uuid() %>",
"type": "component"
},
{
"attributes": {},
"definition": "experience_availability:autoRefresh",
"id": "<%= uuid() %>",
"type": "component"
}
],
"id": "<%= uuid('col1') %>",
"name": "col1",
"title": "Column 1",
"type": "region"
}
],
"definition": "community_layout:section",
"id": "<%= uuid('section') %>",
"type": "component"
}
],
"id": "<%= uuid() %>",
"name": "content",
"title": "Content",
"type": "region"
}
],
"definition": "community_layout:sldsFlexibleLayout",
"id": "<%= uuid() %>",
"type": "component"
},
"dataProviders": [],
"themeLayoutType": "ServiceNotAvailable",
"viewType": "too-many-requests"
},
"urlName": "too-many-requests"
}