,Unable to change property in shader graph

I’m using Unity 2020.2.0f1, and I can’t seem to change property values and modes inside of Shader Graph. Specifically, I want to change the mode of a color from normal to HDR. And I can’t do that. Because the arrow that allows me to expand the property is missing.

This is the first time I’ve worked with the new shader graph, can anyone tell me why the property options is missing and how can I change the color mode from normal to HDR?

Hi,
I believe they moved this into a separate “window”. In your shader graph, in the upper right, you should see a window called Graph Inspector. If you click on the tab called Node Settings, you should be able to see your properties (once you click on one of your properties)

Edit: Make sure in the top right of shader graph you enable Graph Inspector.