To choose desired behaviour, a developer should be able to configure the default TALES expression type
craigfowler opened this issue · 0 comments
craigfowler commented
Currently, the default TALES expression type is hard-coded to path
expressions.
I would like this to become a configuration option upon the RenderingConfig
class. If left unset it should still default to path
, but it will enable developers to choose a different default if they wish.
The property should be a string, accepting any expression name.