Collections icon indicating copy to clipboard operation
Collections copied to clipboard

Modx 3.0.3 Collections 4, error in Collections setting contentType

Open Mabol opened this issue 2 years ago • 0 comments

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

Mabol avatar Mar 06 '23 22:03 Mabol