| 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
 | | { |  |   "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", |  |   "componentName": "siteforce:dynamicLayout", |  |   "dataProviders": [], |  |   "id": "375bc286-f467-4c6c-a3e1-be4bfbf27bea", |  |   "label": "neworder", |  |   "regions": [ |  |     { |  |       "components": [ |  |         { |  |           "componentAttributes": { |  |             "background": "background: rgba(0,0,0,0)", |  |             "backgroundOverlay": "rgba(0,0,0,0.5)", |  |             "contentAreaWidth": 100, |  |             "sectionConfig": { |  |               "UUID": "08d89588-c1ce-4bc1-9bdd-d012e47b026f", |  |               "columns": [ |  |                 { |  |                   "UUID": "83df4bfa-1d2a-4829-9ba9-65834d4f3f05", |  |                   "columnKey": "1", |  |                   "columnName": "Column 1", |  |                   "columnWidth": "12", |  |                   "seedComponents": [] |  |                 } |  |               ] |  |             }, |  |             "sectionHeight": 300 |  |           }, |  |           "componentName": "forceCommunity:section", |  |           "id": "08d89588-c1ce-4bc1-9bdd-d012e47b026f", |  |           "regions": [ |  |             { |  |               "id": "83df4bfa-1d2a-4829-9ba9-65834d4f3f05", |  |               "regionLabel": "Column 1", |  |               "regionName": "1", |  |               "renditionMap": {}, |  |               "type": "region" |  |             } |  |           ], |  |           "renderPriority": "NEUTRAL", |  |           "renditionMap": {}, |  |           "type": "component" |  |         } |  |       ], |  |       "id": "1c6349c5-8998-4e97-9ba1-2d71ee91f017", |  |       "regionName": "content", |  |       "type": "region" |  |     }, |  |     { |  |       "components": [ |  |         { |  |           "componentAttributes": { |  |             "customHeadTags": "", |  |             "description": "", |  |             "title": "neworder" |  |           }, |  |           "componentName": "forceCommunity:seoAssistant", |  |           "id": "6e91d4af-e050-40e5-b64a-b1643c6a8624", |  |           "renditionMap": {}, |  |           "type": "component" |  |         } |  |       ], |  |       "id": "e35f5e98-87aa-4104-8e79-549130296571", |  |       "regionName": "sfdcHiddenRegion", |  |       "type": "region" |  |     } |  |   ], |  |   "themeLayoutType": "Inner", |  |   "type": "view", |  |   "viewType": "custom-neworder" |  | } | 
 |