Two of us (that I know of) have determined that the "configure" tab is missing from the administer->content page. The "more help..." for that page says that it should be there:

Node module features

* The list tab provides an interface to search and sort all content on your site.
* The configure settings tab has basic settings for content on your site.
* The configure content types tab lists all content types for your site and lets you configure their default workflow.
* The search tab lets you search all content on your site

However, only the "list" and "search" tabs are there for 4.7.

By looking at the code, I could see that the settings are accessible at admin/settings/node, and another user noted that you can still get to it via administer->settings->posts.

I suspect there are two problems:

1) the help text needs updating
2) the admin/settings/node page needs to be accessible from a general content context

Comments

Steve Dondley’s picture

Project: Drupal core » Documentation
Component: node.module » User Guide
Priority: Critical » Normal

Looks like this has been moved to admin->settings.

cel4145’s picture

The admin/help with the correct information has been been created for node.module for 4.7. Someone is working on a patch. If you would like to help with the patching process, webchick is modifying her script which will import all of the admin/help text from the modules and features section of the handbook.

sepeck’s picture

Status: Active » Closed (fixed)

updated.