Skip to content

Commit

Permalink
Merge pull request #142 from dannleed/fix/HCK-4259-skip-grouping-to-s…
Browse files Browse the repository at this point in the history
…ubdirectories

HCK-4259: add the ability to skip grouping FE-d files into subdirectories by bucket and add the bucket name to those files
  • Loading branch information
VitaliiBedletskyi authored Nov 23, 2023
2 parents 0fe683e + 11cd937 commit 740e54a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions forward_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"validation": true,
"applyScriptToInstance": true,
"splitView": {
"byAdditionalOptions": ["INCLUDE_SAMPLES"]
"byAdditionalOptions": [
"INCLUDE_SAMPLES"
]
},
"options": [
{
Expand Down Expand Up @@ -82,6 +84,14 @@
"level": {
"entity": true
}
},
{
"id": "useBucketNameAsPartOfFileName",
"value": true,
"name": "Use namespace as part of file name",
"level": {
"model": false
}
}
],
"level": {
Expand Down Expand Up @@ -113,4 +123,4 @@
]
}
}
}
}

0 comments on commit 740e54a

Please sign in to comment.