Skip to content

Commit

Permalink
Clean up RE
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jan 11, 2020
1 parent 3e81a6d commit 11c431a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 418 deletions.
Binary file removed logo.jpg
Binary file not shown.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Firestore",
"version": "0.1.3",
"versionDate": "2018-03-22",
"version": "0.1.4",
"versionDate": "2020-01-10",
"author": "hackolade",
"engines": {
"hackolade": "1.12.x",
Expand All @@ -15,10 +15,16 @@
},
"features": {
"jaySchemaHasRequiredPatternField": true,
"nestedCollections": true
"nestedCollections": true,
"enableReverseEngineering": {
"jsonDocument": true,
"jsonSchema": true,
"ddl": true,
"xsd": true,
"plugin": false
}
}
},
"description": "Hackolade plugin for Google Cloud Firestore",
"icon_url": "C:\\Users\\Pascal\\.hackolade\\plugins\\Firestore\\logo.jpg",
"disabled": false
}
3 changes: 2 additions & 1 deletion properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ making sure that you maintain a proper JSON format.
"defaultType": "object",
"valueType": "object",
"disabledFieldOption": true,
"entityType": "patternField"
"entityType": "patternField",
"propertiesRoot": true
}],
"structure": [
{
Expand Down
Loading

0 comments on commit 11c431a

Please sign in to comment.