Skip to content

Commit

Permalink
Rename extension to DataTools
Browse files Browse the repository at this point in the history
  • Loading branch information
tmachyshyn committed Apr 3, 2023
1 parent 3ccf89c commit e02bcff
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 279 deletions.
6 changes: 3 additions & 3 deletions config-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"host": "localhost",
"port": "",
"charset": "utf8mb4",
"dbname": "ext-import-tools",
"dbname": "ext-data-tools",
"user": "root",
"password": ""
},
"install": {
"language": "en_US",
"defaultOwner": "www-data",
"defaultGroup": "www-data",
"siteUrl": "http://localhost/ext-import-tools/site",
"siteUrl": "http://localhost/ext-data-tools/site",
"adminUsername": "admin",
"adminPassword": "1"
}
}
}
8 changes: 4 additions & 4 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"module": "ImportTools",
"name": "ImportTools",
"description": "Import Tools for EspoCRM.",
"module": "DataTools",
"name": "DataTools",
"description": "Data Tools for EspoCRM.",
"author": "EspoCRM",
"acceptableVersions": [
">=7.0.0"
],
"php": [
">=7.3"
]
}
}
Loading

0 comments on commit e02bcff

Please sign in to comment.