= Allow concealing editors on the User Dashboard
Starting from this release, the admin can conceal particular editors on the User Dashboard using the dedicated environment variable `CHE_HIDE_EDITORS_BY_ID` in the Custom Resource :
[source,code]
----
spec:
components:
dashboard:
deployment:
containers:
- env:
- name: CHE_HIDE_EDITORS_BY_ID
value: che-incubator/che-webstorm-server/latest, che-incubator/che-webstorm-server/next,
che-incubator/che-rubymine-server/latest, che-incubator/che-rubymine-server/next,
che-incubator/che-pycharm-server/latest, che-incubator/che-pycharm-server/next,
che-incubator/che-clion-server/latest, che-incubator/che-clion-server/next,
che-incubator/che-idea-server/latest, che-incubator/che-idea-server/next,
che-incubator/che-idea/latest, che-incubator/che-idea/next
----
Learn more about this feature in the link:
https://docs.redhat.com/en/documentation/red_hat_openshift_dev_spaces/3.21/html/administration_guide/configuring-devspaces#concealing-editors[official documentation].