Content types already have a disabled
property:
{
"_config_name": "node.type.page",
"type": "page",
"name": "Page",
"description": "Add a page with static content, like the 'About' page.",
"settings": {
...
},
"base": "node_content",
"module": "node",
"node_preview": "1",
"help": "",
"modified": true,
"disabled": false, <----- HERE!
"has_title": true,
"title_label": "Title",
"orig_type": "page"
}
But we are not exposing any way to enable/disable content types in the UI. Lets do that
Related article: Drupal 7: How to disable a content type
The database table where content types are stored is
node_type
. And there's a columndisabled
in it. We can disable a content type by changing the column value to1
.
GitHub Issue #:
3883
Recent comments
Just to clarify it appears that the item: Fix Search for "On the Web" module, is about the search on backdropcms.org at https://backdropcms.org/modules
July 31, 2025
Fix Search for "On the Web" module https://github.com/backdrop-ops/backdropcms.org/issues/1093 Fix projects showing wrong recommended release and showing deleted releases https://...
July 31, 2025
Also it has no maintainer. Anybody interested to maintain?
Flood Unblock analogue