| 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" : "57a80c74-e471-4b90-b214-580f7d3b66cd", |  |   "label" : "LexProductLimitEdit", |  |   "regions" : [ { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "background" : "background: rgba(0,0,0,0)", |  |         "backgroundOverlay" : "rgba(0,0,0,0.5)", |  |         "contentAreaWidth" : 100, |  |         "sectionConfig" : { |  |           "UUID" : "59856db5-4bb3-414f-83d5-8ae14ccfc0d6", |  |           "columns" : [ { |  |             "UUID" : "b78140a7-5f4e-4685-a3c4-0a92ba950dc7", |  |             "columnKey" : "1", |  |             "columnName" : "Column 1", |  |             "columnWidth" : "12", |  |             "seedComponents" : [ ] |  |           } ] |  |         }, |  |         "sectionHeight" : 300 |  |       }, |  |       "componentName" : "forceCommunity:section", |  |       "id" : "59856db5-4bb3-414f-83d5-8ae14ccfc0d6", |  |       "regions" : [ { |  |         "components" : [ { |  |           "componentAttributes" : { }, |  |           "componentName" : "c:lexProductLimitEdit", |  |           "id" : "a096dd49-afe0-4796-8af0-cedd62664f2c", |  |           "renderPriority" : "NEUTRAL", |  |           "renditionMap" : { }, |  |           "type" : "component" |  |         } ], |  |         "id" : "b78140a7-5f4e-4685-a3c4-0a92ba950dc7", |  |         "regionLabel" : "Column 1", |  |         "regionName" : "1", |  |         "renditionMap" : { }, |  |         "type" : "region" |  |       } ], |  |       "renderPriority" : "NEUTRAL", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "d17f6f02-da3e-4235-81d9-1502e0ec6ca3", |  |     "regionName" : "content", |  |     "type" : "region" |  |   }, { |  |     "components" : [ { |  |       "componentAttributes" : { |  |         "customHeadTags" : "", |  |         "description" : "", |  |         "title" : "库存上下限 ~ 消耗品管理系统" |  |       }, |  |       "componentName" : "forceCommunity:seoAssistant", |  |       "id" : "f5b7eb44-8ce3-40c9-b71a-d5d9f3552955", |  |       "renditionMap" : { }, |  |       "type" : "component" |  |     } ], |  |     "id" : "2257c0fb-ca9b-4e22-9e82-b20b1c22eb1d", |  |     "regionName" : "sfdcHiddenRegion", |  |     "type" : "region" |  |   } ], |  |   "themeLayoutType" : "Inner", |  |   "type" : "view", |  |   "viewType" : "custom-lexproductlimitedit" |  | } | 
 |