Skip to content

Commit 42517b2

Browse files
author
Pascal
committed
Removed extraneous properties
1 parent a271a3d commit 42517b2

File tree

2 files changed

+2
-95
lines changed

2 files changed

+2
-95
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cassandra",
3-
"version": "0.1.9",
4-
"versionDate": "2018-04-18",
3+
"version": "0.1.10",
4+
"versionDate": "2018-08-10",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.10.x",

properties_pane/entity_level/entityLevelConfig.json

-93
Original file line numberDiff line numberDiff line change
@@ -127,99 +127,6 @@ making sure that you maintain a proper JSON format.
127127
"propertyType": "details",
128128
"template": "textarea",
129129
"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-
]
223130
}
224131
],
225132
"columnsRatio": [3.7, 5]

0 commit comments

Comments
 (0)