| 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
 | | { |  |   "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:sldsTwoCol84Layout", |  |   "dataProviders" : [ ], |  |   "id" : "060ff5da-04b3-49de-8fb8-03decd8c188c", |  |   "label" : "Topic Detail", |  |   "regions" : [ { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "recordId" : "{!recordId}" |  |       }, |  |       "componentName" : "forceCommunity:recordHeadline", |  |       "id" : "09e98f13-f206-43ee-bf41-828332156a3f", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "e0e7dbc4-3b5b-442a-b4ee-700038c2f223", |  |     "regionName" : "header", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "canChangeSorting" : false, |  |         "defaultFilter" : "", |  |         "defaultSortOrderHomeFeed" : "Relevance", |  |         "defaultSortOrderTopicsFeed" : "Relevance", |  |         "feedDesign" : "DEFAULT", |  |         "hasFeedSearch" : false, |  |         "subjectId" : "{!recordId}", |  |         "type" : "Topics" |  |       }, |  |       "componentName" : "forceCommunity:forceCommunityFeed", |  |       "id" : "6016edf0-5479-47bd-83af-b01e58fe5b1c", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "0ed07a83-ddeb-4f62-ae37-d5b0acfc6584", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "recordId" : "{!recordId}" |  |       }, |  |       "componentName" : "forceCommunity:recordDetail", |  |       "id" : "33d2426c-2eb9-4abf-8059-25a02fdc20a1", |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "ca54845f-e7c2-4d40-9243-8e253709523b", |  |     "regionName" : "sidebar", |  |     "type" : "region" |  |   }, { |  |     "id" : "f2cc39b9-f4a1-44dd-98eb-928de7f45b4f", |  |     "regionName" : "footer", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "{!Record.Description}", |  |         "title" : "{!Record._Title}" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "e3d92037-2073-4756-a86f-90c4c43998ec", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "c559cbc3-8107-4482-b65e-0fc253417b1c", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "topic" |  | } | 
 |