Skip to content

Commit

Permalink
hide pipeline module in editor (#17375)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanOO1497 authored Jul 17, 2024
1 parent c1f29fc commit 9921a33
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions editor/engine-features/render-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,10 @@
},
"custom-pipeline": {
"default": true,
"label": "i18n:ENGINE.features.custom_pipeline.label",
"description": "i18n:ENGINE.features.custom_pipeline.description",
"enginePlugin": false
},
"legacy-pipeline": {
"default": true,
"label": "i18n:ENGINE.features.legacy_pipeline.label",
"description": "i18n:ENGINE.features.legacy_pipeline.description",
"default": false,
"enginePlugin": false
}
},
Expand Down

0 comments on commit 9921a33

Please sign in to comment.