Re-arrange fields/custom fields for backend screens of built-in content modules
I want to move my custom fields around into a more logical grouping for the News module. I know you can do this by moving them around in the view config file, but it looks a bit tedious at this point as the only values stored in NewsConfig.contentViewControls.NewsBackend.views.NewsBackendEdit are the custom fields I made. So things like MainSection and MoreOptions are not in there for me to copy paste around. I noticed if I make a change to say the CssClass for MainSection that it will then output an entry to my config, but only for the change I made.
Is there a way to get all the sections to populate to
NewsConfig.contentViewControls.NewsBackend.views.NewsBackendEdit and
NewsConfig.contentViewControls.NewsBackend.views.NewsBackendInsert so that I can move fields around a bit easier?
Have you found a solution for the problem? I'm having the same problem at the moment.