Content Blocks and Collections

Hi all,

I don’t seem to be able to enable Content Blocks in a Collections container.

By default, I just see a Content field and there is no option under the resource’s Settings tab to enable / disable Content Blocks.

contentblocks.accepted_resource_types

is set to the default:

modDocument,mgResource,Article,CollectionContainer,GridContainer,GoodNewsResourceContainer,GoodNewsResourceMailing,scCategoryResource,scProductResource,Location

What am I missing? Or can anyone reproduce this problem?

PHP 8.1 | MODX 3.0.1-pl | Content Blocks 1.12.2-pl

For MODX 3, you’ll need to add Collections\Model\CollectionContainer to that list IIRC.
The latest ContentBlocks adds that in on install, but it won’t on an update.

Thanks @digitalpenguin … I almost tried that - and then worried about making things worse!

One small tweak - it’s

Collections\Model\CollectionContainer

rather than

Collections\Model\CollectionsContainer

but that’s got me up and running - thanks!

If you edit your post I can mark it as Solution :+1:

1 Like

That’s what I get for typing on my phone :laughing:
Awesome, glad you got it working!

1 Like

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.