diff --git a/forward_engineering/config.json b/forward_engineering/config.json index d8b5182..03e8a3f 100644 --- a/forward_engineering/config.json +++ b/forward_engineering/config.json @@ -6,7 +6,9 @@ "validation": true, "applyScriptToInstance": true, "splitView": { - "byAdditionalOptions": ["INCLUDE_SAMPLES"] + "byAdditionalOptions": [ + "INCLUDE_SAMPLES" + ] }, "options": [ { @@ -82,6 +84,14 @@ "level": { "entity": true } + }, + { + "id": "useBucketNameAsPartOfFileName", + "value": true, + "name": "Use namespace as part of file name", + "level": { + "model": false + } } ], "level": { @@ -113,4 +123,4 @@ ] } } -} +} \ No newline at end of file