| 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
94
95
96
97
98
99
100
 | | { |  |   "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:sldsOneColLayout", |  |   "dataProviders" : [ ], |  |   "id" : "b3764d11-d26d-4554-8747-e7f30fb722bd", |  |   "label" : "User Profile", |  |   "regions" : [ { |  |     "id" : "089ae725-a61b-476e-aab7-3ea5bf1ef011", |  |     "regionName" : "header", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "id" : "{!recordId}", |  |         "showFullPhotoAsCircle" : true, |  |         "showReputation" : false |  |       }, |  |       "componentName" : "forceCommunity:userProfileHeader", |  |       "id" : "7ef45f8f-cc14-404a-8867-e6d3557f32d3", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     }, { |  |       "componentAttributes" : { |  |         "tabsetConfig" : { |  |           "UUID" : "b4db8bb9-4fa9-4f41-8919-a300735d0ef6", |  |           "activeTab" : "tab1", |  |           "tabs" : [ { |  |             "UUID" : "ffc31b37-4e88-44ab-a58e-8c8952bddf50", |  |             "allowGuestUser" : false, |  |             "locked" : false, |  |             "seedComponents" : [ { |  |               "attributes" : { }, |  |               "fqn" : "forceCommunity:userProfileDetail" |  |             } ], |  |             "tabKey" : "tab1", |  |             "tabName" : "Details" |  |           }, { |  |             "UUID" : "02c71e1a-5c7b-4265-8ff5-486737b59caf", |  |             "allowGuestUser" : false, |  |             "locked" : false, |  |             "seedComponents" : [ { |  |               "attributes" : { }, |  |               "fqn" : "forceCommunity:userRelatedList" |  |             } ], |  |             "tabKey" : "tab2", |  |             "tabName" : "Related" |  |           } ], |  |           "useOverflowMenu" : false |  |         } |  |       }, |  |       "componentName" : "forceCommunity:tabset", |  |       "id" : "b4db8bb9-4fa9-4f41-8919-a300735d0ef6", |  |       "regions" : [ { |  |         "components" : [ { |  |           "componentAttributes" : { |  |             "id" : "{!recordId}" |  |           }, |  |           "componentName" : "forceCommunity:userProfileDetail", |  |           "id" : "3910b7ed-af10-4a8e-9858-6780fc312390", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         } ], |  |         "id" : "ffc31b37-4e88-44ab-a58e-8c8952bddf50", |  |         "regionLabel" : "Details", |  |         "regionName" : "tab1", |  |         "renditionMap" : { }, |  |         "type" : "region" |  |       }, { |  |         "components" : [ { |  |           "componentAttributes" : { |  |             "userId" : "{!recordId}" |  |           }, |  |           "componentName" : "forceCommunity:userRelatedList", |  |           "id" : "ffeb3b47-04b8-455c-be55-69b69096f017", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         } ], |  |         "id" : "02c71e1a-5c7b-4265-8ff5-486737b59caf", |  |         "regionLabel" : "Related", |  |         "regionName" : "tab2", |  |         "renditionMap" : { }, |  |         "type" : "region" |  |       } ], |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "4ad735e0-ad67-4c2b-9b52-717f1be31466", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "id" : "d9fb20dc-9a48-4767-b7ab-fc7c8a5cb56a", |  |     "regionName" : "footer", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "detail-005" |  | } | 
 |