In Drupal Manager, if I go to "Content" and see the content list, it seems logical that a list with the common fields between all Conten types (title, content type, author, state, updated and operations) .

But when filtering by a specific Content type (eg, people, news, products) would it be possible for only fields of that content type to appear, so that it would be easier to search and edit content?

Is it possible to change the columns of the content list according to the content type being displayed?

Is there a Drupal module that does it, or should it be by code?

Comments

hiramanpatil’s picture

Listing of the contents on 'Content' menu is provided by Drupal just to show the basic fields like title, type, author, updated etc . If you want you can build different pages using views based on your requirement and show the required columns.

For content type specific fields you need to search for the modules or do it using custom code.

Thanks,