Solved Type data column definitions are not accessible from thread_type_fields_*

This topic has been solved
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...