impaktapps-ui-builder 0.0.382-alpha.10 → 0.0.382-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,50 +4,69 @@ export const PageMasterUiSchema: any = (theme) => {
4
4
  heading: "Page Master",
5
5
  elements: [
6
6
  {
7
- type: "Control",
8
- scope: "#/properties/name",
9
-
10
- options: {
11
- widget: "InputField",
12
- },
7
+ type: "WrapperLayout",
13
8
  config: {
14
- layout: { xs: 11, sm: 4, md: 4, lg: 4 },
15
9
  main: {
16
- label: "Name",
17
- options: [],
18
- color: "secondary",
19
- errorMessage: "Name should be start with 'page_'",
20
- helperText: 'Name should be start with "page_"',
21
- required: true,
10
+ label: "Page Template",
11
+ isAccordion: true,
22
12
  },
13
+ wrapperStyle: {
14
+ marginTop: '-6px',
15
+ marginBottom: '-8px',
16
+ },
17
+ componentsBoxStyle: {
18
+ marginLeft: "24px",
19
+ },
20
+ defaultStyle: true,
23
21
  },
24
- },
25
- {
26
- type: "Control",
27
- scope: "#/properties/label",
22
+ elements: [
23
+ {
24
+ type: "Control",
25
+ scope: "#/properties/name",
28
26
 
29
- options: {
30
- widget: "InputField",
31
- },
32
- config: {
33
- layout: { xs: 11, sm: 4, md: 4, lg: 4 },
34
- main: {
35
- label: "Label",
36
- options: [],
37
- color: "secondary",
38
- required: true,
27
+ options: {
28
+ widget: "InputField",
29
+ },
30
+ config: {
31
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
32
+ main: {
33
+ label: "Name",
34
+ options: [],
35
+ color: "secondary",
36
+ errorMessage: "Name should be start with 'page_'",
37
+ helperText: 'Name should be start with "page_"',
38
+ required: true,
39
+ },
40
+ },
39
41
  },
40
- },
41
- },
42
- {
43
- type: "Control",
44
- scope: "#/properties/emptyBox",
45
- options: {
46
- widget: "EmptyBox"
47
- },
48
- config: {
49
- layout: { xs: 0, sm: 4 }
50
- }
42
+ {
43
+ type: "Control",
44
+ scope: "#/properties/label",
45
+
46
+ options: {
47
+ widget: "InputField",
48
+ },
49
+ config: {
50
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
51
+ main: {
52
+ label: "Label",
53
+ options: [],
54
+ color: "secondary",
55
+ required: true,
56
+ },
57
+ },
58
+ },
59
+ {
60
+ type: "Control",
61
+ scope: "#/properties/emptyBox",
62
+ options: {
63
+ widget: "EmptyBox"
64
+ },
65
+ config: {
66
+ layout: { xs: 0, sm: 4 }
67
+ }
68
+ }
69
+ ],
51
70
  },
52
71
  {
53
72
  type: "TabLayout",