Any way to hide modx-resource-content field with form customisation?

In a resource that uses contentblocks it does not seem to be possible to disable the modx-resource-content region. Is this a bug or is there a way to hide it completely for special templates?

Using MODX-3.2.0 and CB 1.15.0-rc2

You need a custom property to disable Content-Block for the related template. Than the default content section can be hidden in the form customisation.

2 Likes

That works! Great, thanks!