Hello,
I create a small patch to ON/OFF node type granularity. Currently I'm using this module on a site with lot of content types but we don't need this granularity. There for I create this small path. If it's interested, you can use it.
++

Comments

NuWans created an issue. See original summary.

nuwans’s picture

StatusFileSize
new11.38 KB

The full project file.

james.williams’s picture

Version: 8.x-1.0 » 8.x-1.x-dev
StatusFileSize
new3.77 KB

Here's a patch taking the NuWans' changes, and applying/merging them with what's currently in 8.x-1.x, as that's where patches for development should go. I haven't reviewed or tested this in any detail, I'm just uploading it for easier review. I do see that the publishcontent_form_node_form_alter() function is mostly unaffected, so configuring whether to use the core status checkbox or not, appears to be global rather than per-node-type, regardless of this granularity setting. The element for the granularity setting on the module config page should explain better what it does... though that probably means deciding that better too :)