Bug Type data column definitions are not accessible from thread_type_fields_*

There is a bug in this version
K

Kirby

Guest
When rendering additional controls for thread types, the type data column definitions are not accessible from templates thread_type_fields_*.

Could this be changed, eg. smth. like
PHP:

'typeDataDefinitions' => $this->getTypeDataColumnDefinitions(),
be added to $params?

Continue reading...