comand-component-library 4.0.17 → 4.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,4 @@
1
1
  <template>
2
- <!-- begin basic-form ------------------------------------------------------------------------------------------------------------------------------------------------------->
3
- <CmdWidthLimitationWrapper>
4
- <h2 class="headline-demopage" id="section-basic-form">
5
- <span>Basic Form</span>
6
- </h2>
7
- <BasicForm :formAction="basicForm.formAction" />
8
- </CmdWidthLimitationWrapper>
9
- <!-- end basic-form ------------------------------------------------------------------------------------------------------------------------------------------------------->
10
2
 
11
3
  <!-- begin basic-form ------------------------------------------------------------------------------------------------------------------------------------------------------->
12
4
  <CmdWidthLimitationWrapper>
@@ -66,41 +58,7 @@ export default {
66
58
  faqsData,
67
59
  boxesTeamOverviewData,
68
60
  listOfDownloadsData,
69
- listOfSiteLinksData,
70
- basicForm: {
71
- configuration: {
72
- salutation: {
73
- name: "salutation",
74
- default: "m",
75
- replaceInputType: true
76
- },
77
- lastName: {
78
- name: "surname",
79
- required: true,
80
- type: "text"
81
- },
82
- firstName: {
83
- required: false,
84
- type: "text"
85
- },
86
- email: {
87
- required: true,
88
- type: "email"
89
- },
90
- phone: {
91
- required: false,
92
- type: "phone"
93
- },
94
- additionalText: {
95
- required: false,
96
- element: "textarea"
97
- },
98
- acceptPrivacy: {
99
- required: true,
100
- replaceInputType: true
101
- }
102
- }
103
- }
61
+ listOfSiteLinksData
104
62
  }
105
63
  }
106
64
  }