| 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" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:dynamicLayout", |  |   "dataProviders" : [ ], |  |   "id" : "2cd7a2df-9e65-4663-9e35-9b4134b4beb1", |  |   "label" : "My Account", |  |   "regions" : [ { |  |     "id" : "23da0649-b638-4675-96dc-b2c9ab32b443", |  |     "regionName" : "header", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "background" : "background: rgba(0,0,0,0)", |  |         "backgroundOverlay" : "rgba(0,0,0,0.5)", |  |         "contentAreaWidth" : 100, |  |         "sectionConfig" : { |  |           "UUID" : "f07182ad-75fc-4431-b6ba-400214c3d0ac", |  |           "columns" : [ { |  |             "UUID" : "3e85aad9-15c8-45da-bc0d-22dc37dd17d0", |  |             "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" : "f07182ad-75fc-4431-b6ba-400214c3d0ac", |  |       "regions" : [ { |  |         "components" : [ { |  |           "componentAttributes" : { |  |             "recordId" : "{!CurrentUser.accountId}" |  |           }, |  |           "componentName" : "forceCommunity:recordHeadline", |  |           "id" : "76e15d29-c38a-4c72-94b5-08c54a39de76", |  |           "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" : "7d8fefed-3819-4d75-8e8a-4757c623ab25", |  |           "renderPriority" : "NEUTRAL", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         } ], |  |         "id" : "3e85aad9-15c8-45da-bc0d-22dc37dd17d0", |  |         "regionLabel" : "column 1", |  |         "regionName" : "col1", |  |         "renditionMap" : { }, |  |         "type" : "region" |  |       } ], |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "b79a556f-e9df-45e1-bdab-1be9be91cfff", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "id" : "f4a5b0fd-e283-47e3-9183-5364ef798372", |  |     "regionName" : "footer", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "my-account" |  | } | 
 |