| 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
 | | { |  |   "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:sldsTwoCol84Layout", |  |   "dataProviders" : [ ], |  |   "id" : "c29033d4-ea89-4311-9a8f-9b1cee010f96", |  |   "label" : "Question Detail", |  |   "regions" : [ { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "bannerText" : "", |  |         "bannerTextWithKnowledge" : "Explore other <a href=\"javascript:void(0)\" class=\"headlineArticles\">articles</a> and <a href=\"javascript:void(0)\" class=\"headlineDiscussions\">discussions</a> on this topic.", |  |         "bannerTextWithoutKnowledge" : "Explore other <a href=\"javascript:void(0)\" class=\"headlineDiscussions\">discussions</a> on this topic.", |  |         "pageType" : "discussion", |  |         "showSubTopics" : true, |  |         "title" : "Welcome!", |  |         "uniqueNameOrId" : "{!recordId}" |  |       }, |  |       "componentName" : "forceCommunity:headline", |  |       "id" : "84f7129f-6ae2-44fa-8479-fda420f20cf4", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "eb922188-1611-42f3-be3f-671128373c93", |  |     "regionName" : "header", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "id" : "{!feedItemId}" |  |       }, |  |       "componentName" : "forceCommunity:feedItemDetail", |  |       "id" : "5f16c8ce-8910-4700-bf92-03bebb56d251", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "23ae6845-c63c-4df8-b294-1460939daf5b", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "numberOfItems" : 5, |  |         "showViewCounts" : true, |  |         "title" : "Related Questions" |  |       }, |  |       "componentName" : "selfService:similarQuestions", |  |       "id" : "2560050a-7f4a-4fe3-833b-4086f89d7cae", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     }, { |  |       "componentAttributes" : { |  |         "channel" : "DefaultChannel", |  |         "title" : "" |  |       }, |  |       "componentName" : "forceCommunity:recommendations", |  |       "id" : "fefd9c6b-eac3-425b-a0a6-2721a4131d4f", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "386f4a49-d920-4888-a249-1ae1f4c1b0d8", |  |     "regionName" : "sidebar", |  |     "type" : "region" |  |   }, { |  |     "id" : "efd4c33f-e3bf-4021-abf9-be0b741a0cd7", |  |     "regionName" : "footer", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "", |  |         "title" : "{!Record.Title}" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "f0017168-74ce-4587-8af7-4c5e0dc965eb", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "05ba98f5-e29b-47ce-8099-b16e50e34f30", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "feeditem" |  | } | 
 |