| 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
 | | { |  |   "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", |  |   "componentName" : "siteforce:dynamicLayout", |  |   "dataProviders" : [ ], |  |   "id" : "5a24538d-0a99-40a3-a6a1-4496d0333a05", |  |   "label" : "LexInventory", |  |   "regions" : [ { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "background" : "background: rgba(0,0,0,0)", |  |         "backgroundOverlay" : "rgba(0,0,0,0.5)", |  |         "contentAreaWidth" : 100, |  |         "sectionConfig" : { |  |           "UUID" : "01395e1f-fbd3-4be4-9cf0-24df23b8b820", |  |           "columns" : [ { |  |             "UUID" : "c27de1cb-1805-4399-a99e-cbd7ff3ecd10", |  |             "columnKey" : "1", |  |             "columnName" : "Column 1", |  |             "columnWidth" : "12", |  |             "seedComponents" : [ ] |  |           } ] |  |         }, |  |         "sectionHeight" : 300 |  |       }, |  |       "componentName" : "forceCommunity:section", |  |       "id" : "01395e1f-fbd3-4be4-9cf0-24df23b8b820", |  |       "regions" : [ { |  |         "components" : [ { |  |           "componentAttributes" : { }, |  |           "componentName" : "c:lexInventory", |  |           "id" : "567f3188-aa85-40b7-b2fa-9caf501e4b44", |  |           "renderPriority" : "NEUTRAL", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         } ], |  |         "id" : "c27de1cb-1805-4399-a99e-cbd7ff3ecd10", |  |         "regionLabel" : "Column 1", |  |         "regionName" : "1", |  |         "renditionMap" : { }, |  |         "type" : "region" |  |       } ], |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "45b8b9b5-bc3e-45f2-b8fb-a5c5b77924b6", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "", |  |         "title" : "库存盘点 ~ 消耗品管理系统" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "49bde76e-3088-4ae0-91e2-a0d7f68a7ca6", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "9e364a81-0317-445a-b308-8746e418eea6", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "custom-lexinventory" |  | } | 
 |