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
89
90
91
92
93
| {
| "appPageId" : "fb9cc21a-bfdf-4b55-b21d-d99514ec9374",
| "componentName" : "siteforce:dynamicLayout",
| "dataProviders" : [ ],
| "id" : "25eab78c-263e-4a55-8bff-ad852efc15c9",
| "label" : "My Account",
| "regions" : [ {
| "id" : "c1b1b648-5ba6-4a83-8907-be9c4abd0d6d",
| "regionName" : "header",
| "type" : "region"
| }, {
| "components" : [ {
| "componentAttributes" : {
| "background" : "background: rgba(0,0,0,0)",
| "backgroundOverlay" : "rgba(0,0,0,0.5)",
| "contentAreaWidth" : 100,
| "sectionConfig" : {
| "UUID" : "dd822d23-1af7-4fff-b81a-8b05999fc3d8",
| "columns" : [ {
| "UUID" : "8086ee04-373f-44dc-a32d-1b3949308dcf",
| "columnKey" : "col1",
| "columnName" : "column 1",
| "columnWidth" : "12",
| "seedComponents" : [ {
| "attributes" : {
| "recordId" : "{!CurrentUser.accountId}",
| "sfdc:identifier" : "forceCommunity_recordHeadline"
| },
| "fqn" : "forceCommunity:recordHeadline"
| }, {
| "attributes" : {
| "recordId" : "{!CurrentUser.accountId}",
| "sfdc:identifier" : "forceCommunity_recordHomeTabs"
| },
| "fqn" : "forceCommunity:recordHomeTabs"
| } ]
| } ]
| },
| "sectionHeight" : 32
| },
| "componentName" : "forceCommunity:section",
| "id" : "dd822d23-1af7-4fff-b81a-8b05999fc3d8",
| "regions" : [ {
| "components" : [ {
| "componentAttributes" : {
| "recordId" : "{!CurrentUser.accountId}"
| },
| "componentName" : "forceCommunity:recordHeadline",
| "id" : "0498afe2-2170-4e41-9a7b-5d96e1a9820b",
| "renderPriority" : "NEUTRAL",
| "renditionMap" : { },
| "type" : "component"
| }, {
| "componentAttributes" : {
| "detailsTabLabel" : "Details",
| "discussionsTabLabel" : "Feed",
| "recordId" : "{!CurrentUser.accountId}",
| "relatedTabLabel" : "Related",
| "showLegacyActivityComposer" : false,
| "tab1Type" : "details",
| "tab2Type" : "related",
| "tab3Type" : "chatter",
| "tab4Type" : "none",
| "timelineTabLabel" : "Activity"
| },
| "componentName" : "forceCommunity:recordHomeTabs",
| "id" : "9151bf03-f322-4ccf-93dc-3367571ea0f6",
| "renderPriority" : "NEUTRAL",
| "renditionMap" : { },
| "type" : "component"
| } ],
| "id" : "8086ee04-373f-44dc-a32d-1b3949308dcf",
| "regionLabel" : "column 1",
| "regionName" : "col1",
| "renditionMap" : { },
| "type" : "region"
| } ],
| "renderPriority" : "NEUTRAL",
| "renditionMap" : { },
| "type" : "component"
| } ],
| "id" : "c12e8d8d-e1f3-43b9-8543-5c285db3c848",
| "regionName" : "content",
| "type" : "region"
| }, {
| "id" : "c6a9fc30-77e8-458b-a7f2-2f4d9fefc79b",
| "regionName" : "footer",
| "type" : "region"
| } ],
| "themeLayoutType" : "Inner",
| "type" : "view",
| "viewType" : "my-account"
| }
|
|