| 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
 | | { |  |   "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:sldsOneColLayout", |  |   "dataProviders" : [ ], |  |   "id" : "d30889c1-09fc-407a-8d9d-155b305cce6f", |  |   "label" : "Record Detail", |  |   "regions" : [ { |  |     "id" : "58b8dc89-c614-4b2a-be76-1cd2733c7a2d", |  |     "regionName" : "header", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "recordId" : "{!recordId}" |  |       }, |  |       "componentName" : "forceCommunity:recordHeadline", |  |       "id" : "d6471194-6314-4cc2-ad8d-8844760b584f", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     }, { |  |       "componentAttributes" : { |  |         "detailsTabLabel" : "Details", |  |         "discussionsTabLabel" : "Feed", |  |         "recordId" : "{!recordId}", |  |         "relatedTabLabel" : "Related", |  |         "showLegacyActivityComposer" : false, |  |         "tab1Type" : "details", |  |         "tab2Type" : "related", |  |         "tab3Type" : "none", |  |         "tab4Type" : "none", |  |         "timelineTabLabel" : "Activity" |  |       }, |  |       "componentName" : "forceCommunity:recordHomeTabs", |  |       "id" : "43f7a144-34dd-4fe7-a4d6-9b4ce60a2633", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "79ac024a-2855-4c3d-ad2e-1529cb3588a7", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "id" : "73ccaf9e-c514-4a24-aaf6-c5c0d176c356", |  |     "regionName" : "footer", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "", |  |         "title" : "{!Record._Object}: {!Record._Title}" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "23c28297-68e4-4693-b7c2-eddb3a672965", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "06f1cca0-baa5-4d1c-b943-72735f101956", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "detail" |  | } | 
 |