= Hide deprecated IntelliJ IDEA Community edition from the dashboard by default
By default, the deprecated link:
https://lp.jetbrains.com/projector/[Projector-based] IntelliJ IDEA Community edition is hidden on the User Dashboard from this release on, and will be completely removed in future releases. To enable the deprecated editor on the User Dashboard in the current version, use the dedicated environment variable `CHE_SHOW_DEPRECATED_EDITORS` in the Custom Resource:
[source,yaml]
----
spec:
components:
dashboard:
deployment:
containers:
- env:
- name: CHE_SHOW_DEPRECATED_EDITORS
value: true
----