Skip to content

Commit

Permalink
Set global "display_label" for NF (#195)
Browse files Browse the repository at this point in the history
* Set global "display_label" for NF

Signed-off-by: Anh Nguyet Vu <[email protected]>

* Update dca_config.json

Signed-off-by: Anh Nguyet Vu <[email protected]>

---------

Signed-off-by: Anh Nguyet Vu <[email protected]>
  • Loading branch information
anngvu authored Jul 16, 2024
1 parent 2b781d7 commit 8d397a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NF-OSI/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"sidebar_col": "#191919"
},
"schematic": {
"global": {
"data_model_labels": "display_label"
},
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": true
Expand All @@ -25,7 +28,6 @@
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": true,
Expand Down

0 comments on commit 8d397a7

Please sign in to comment.