[Solved] How to define a "global/all-dimension" property in a nodetype?

I’m wondering how I can define if a variable should be the same in all dimensions.

My use case:
I have a integer property on a nodetype e.g. “risk_level” and this value should be the same in all (language) dimensions. So that if the risk value is changed e.g. in the german language, the english dimension get’s also changed.

Thank you!

Hi @kapale

Until now, nodetype properties are always dimension specific.
But you can take care that the different dimensions are in sync.

https://github.com/ttreeagency/DimensionKeeper should do this.

Thank you! I’ll try it.

Would be nice if this would be supported from the core, as I think this is a quite common problem.