It is non-intuitive for people to adjust the way the title behaves on the "Configure" page for content types when all the other fields are managed via Manage fields
and Manage display
. We should move these settings over to where people expect to find them, using hook_field_extra_fields()
in the node module.
- Everything in the
Submission form settings
tab should be moved toManage fields
- The
Title field label
options should be handled the same way as other field titles (edit button, with inner label field) - The
Explanation or submission guidelines
should also be moved, perhaps to the top of the list
- The
- A new option should be added to the
Manage display
tab to show or hide the title.
(also, I thought we had an issue for this already, but perhaps I am thinking of the Drupal issue I created years ago: https://www.drupal.org/node/1513054)
Recent comments
Glad to see this was resolved, and that the cause was not a bug! Gotta love this community!
View/Edit tabs missing
This seems to be a problem with an update hook that did not run when you upgraded your site from D7. The hook in question is content_access_update_1004, which should have run during upgrade. Or...
content_access_node_access_rebuild doesn't exist
Thank you, olafski I had already done that, but switching languages wasn't tied to whatever layouts were needed. I'll work with the other reply, see if I can replicate the...
How to translate my site content