Hello everyone
How do you set default values for a field of a newly created NodeBacked entity?
Setting a default value with initializers or in the constructor marks the corresponding fields as dirty and this initial value is therefore always written to the DB.
Any best practice how to set default values for fields?
Best regards,
James


Reply With Quote
So it will be defaultValue.