I'm working on custom lists of sharepoint 2013.
I created many lists in each one I want to hide the standard column "Title" from visual studio . I know how to deal with this in SharePoint Site ( by making this field hidden in the column list ) , but every time I make changes in my list ( in visual studio) and deploy the project , the Title field becomes required.
Is there a way to force the "Title" standard column to "hidden" in visual studio ?
can anyone help me Please?
This happens when your list inherits from the default parent content type, such as "item".
So I recommand to : 1 - create your custom content type, disable the inheritance from the parent content type 2 - create your custom list and delete the default content type and replace it by the custom one.
Hope this can help.