Skip to content

Commit 2feb110

Browse files
Enable files in apps that uses files
1 parent ad01fab commit 2feb110

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

kratos.gid/apps/PfemThermic/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"open_tree": true,
3131
"show_toolbar": true,
3232
"intervals": true,
33-
"wizard": false
33+
"wizard": false,
34+
"import_files":true
3435
},
3536
"unique_names": {
3637
"nodal_conditions": "PFEMFLUID_NodalConditions",

kratos.gid/apps/Structural/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"open_tree": true,
3030
"show_toolbar": true,
3131
"intervals": true,
32-
"wizard": false
32+
"wizard": false,
33+
"import_files":true
3334
},
3435
"unique_names": {
3536
"parts": "STParts",

0 commit comments

Comments
 (0)