| 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" : "3b1b2646-af41-43d3-a519-528aa49f45f4", |  |   "label" : "Case Detail", |  |   "regions" : [ { |  |     "id" : "1eb1822e-40d4-40a9-8504-a3bc8ae79809", |  |     "regionName" : "header", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "recordId" : "{!recordId}" |  |       }, |  |       "componentName" : "forceCommunity:recordHeadline", |  |       "id" : "1602b68a-ea96-47ea-8132-0bba6301069a", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     }, { |  |       "componentAttributes" : { |  |         "detailsTabLabel" : "Details", |  |         "discussionsTabLabel" : "Feed", |  |         "recordId" : "{!recordId}", |  |         "relatedTabLabel" : "Related", |  |         "showLegacyActivityComposer" : false, |  |         "tab1Type" : "details", |  |         "tab2Type" : "related", |  |         "tab3Type" : "chatter", |  |         "tab4Type" : "none", |  |         "timelineTabLabel" : "Activity" |  |       }, |  |       "componentName" : "forceCommunity:recordHomeTabs", |  |       "id" : "eb5335d5-d3df-4512-91ae-50c5403ea737", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "40f59663-263d-41c7-94ea-345dca5b494e", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "id" : "c47a29f6-4120-46fd-9cfb-e9724d01b1e8", |  |     "regionName" : "footer", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "", |  |         "title" : "{!Record._Object}: {!Record._Title}" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "f8cd34d0-3569-404e-ad02-b6abae393992", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "28f1ae6f-7ab6-49c0-a8b1-4819fbedcae3", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "detail-500" |  | } | 
 |