Can someone please help me modify the edit widget. I would like to make it so that for some applications is ONLY an attribute inspector. I would also like to make it so that for some applications it does NOT give a user te ability to view/edit attachments. If I could set this up to configurable through the config fiel great, but having three seperate wdgets would okay. I jus need help getting started.
The Attachment inspector(for viewing/editing attachments), is not part of the Editor component, hence can be easily removed from the Edit Widget. You can do that by removing the "AttachmentInspectorContainer"(line 342) and related code. This could be made configurable.