@@ -127,99 +127,6 @@ making sure that you maintain a proper JSON format.
127
127
"propertyType" : " details" ,
128
128
"template" : " textarea" ,
129
129
"valueType" : " string"
130
- },
131
- {
132
- "propertyName" : " Simple text" ,
133
- "propertyKeyword" : " simpletextProp" ,
134
- "shouldValidate" : false ,
135
- "propertyType" : " text" ,
136
- "sampleGen" : " &containerName|&entityName|&random|<value>"
137
- },
138
- {
139
- "propertyName" : " Text area" ,
140
- "propertyKeyword" : " textareaProp" ,
141
- "propertyValidate" : false ,
142
- "propertyTooltip" : " Popup for multi-line text entry" ,
143
- "propertyType" : " details" ,
144
- "template" : " textarea"
145
- },
146
- {
147
- "propertyName" : " Dropdown selection" ,
148
- "propertyKeyword" : " dropdownProp" ,
149
- "shouldValidate" : false ,
150
- "propertyTooltip" : " Select from list of options" ,
151
- "propertyType" : " select" ,
152
- "options" : [
153
- " Option 1" ,
154
- " Option 2" ,
155
- " Option 3" ,
156
- " Option 4"
157
- ]
158
- },
159
- {
160
- "propertyName" : " Numeric" ,
161
- "propertyKeyword" : " numericProp" ,
162
- "propertyValidate" : true ,
163
- "propertyType" : " numeric" ,
164
- "valueType" : " number" ,
165
- "allowNegative" : false ,
166
- "sampleGen" : " &containerName|&entityName|&random|<value>"
167
- },
168
- {
169
- "propertyName" : " Checkbox" ,
170
- "propertyKeyword" : " checkboxProp" ,
171
- "shouldValidate" : false ,
172
- "propertyType" : " checkbox"
173
- },
174
- {
175
- "propertyName" : " Properties Group" ,
176
- "propertyType" : " group" ,
177
- "propertyKeyword" : " grpProp" ,
178
- "shouldValidate" : true ,
179
- "propertyTooltip" : " " ,
180
- "structure" : [
181
- {
182
- "propertyName" : " Simple Grp Text" ,
183
- "propertyKeyword" : " simpleGrpText" ,
184
- "shouldValidate" : false ,
185
- "propertyTooltip" : " " ,
186
- "propertyType" : " text"
187
- },
188
- {
189
- "propertyName" : " Description" ,
190
- "propertyKeyword" : " indexDescription" ,
191
- "shouldValidate" : false ,
192
- "propertyTooltip" : " description" ,
193
- "propertyType" : " details" ,
194
- "template" : " textarea"
195
- },
196
- {
197
- "propertyName" : " Group Number" ,
198
- "propertyKeyword" : " grpNumber" ,
199
- "propertyType" : " text" ,
200
- "valueType" : " number" ,
201
- "allowNegative" : false ,
202
- "sampleGen" : " &containerName|&entityName|&random|<value>"
203
- }
204
- ]
205
- },
206
- {
207
- "propertyName" : " Field List" ,
208
- "propertyKeyword" : " keyList" ,
209
- "shouldValidate" : false ,
210
- "propertyType" : " tagInput" ,
211
- "template" : " collectiontree"
212
- },
213
- {
214
- "propertyName" : " Field List w/ dropdown" ,
215
- "propertyKeyword" : " keyListOrder" ,
216
- "shouldValidate" : false ,
217
- "propertyType" : " tagInput" ,
218
- "template" : " collectiontree" ,
219
- "attributeList" : [
220
- " ascending" ,
221
- " descending"
222
- ]
223
130
}
224
131
],
225
132
"columnsRatio" : [3.7 , 5 ]
0 commit comments