crazyfishpants
Programmer
When using the "exention base=" notation, is there a way to specify default values for the lowest level (that inherits from the parent/base)? In other words, can I overwrite values that were specified at the base for children?
Example:
parent
val1 default = 1
child base=parent
val1 newDefault = 2
Example:
parent
val1 default = 1
child base=parent
val1 newDefault = 2