Collections
Collections copied to clipboard
Modx 3.0.3 Collections 4, error in Collections setting contentType
When create a Collections View, in combobox with contentType, the first line don't translate the language topic collections.global.use_default
I think, this because in core\components\collections\src\Processors\Extra\GetContentTypes.php is not present collections:default If i change public $languageTopics = ['content_type']; to public $languageTopics = ['content_type', 'collections:default']; the problem is risolt