Skip to content

Commit

Permalink
Limit id type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Nov 24, 2017
1 parent 03d2645 commit fb5b305
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,9 @@ making sure that you maintain a proper JSON format.
"propertyType": "text",
"typeName": "Data type",
"typeOptions": [
"string",
"number"
"string"
],
"defaultType": "number",
"defaultType": "string",
"disabledFieldOption": true,
"sampleGen": "&random"
},{
Expand Down

0 comments on commit fb5b305

Please sign in to comment.