Cleanup inlines in the corpus admin
Closes #1597 (closed)
- Removed the membership inlines, since everything can be done in the frontend;
- Removed the corpus export inline as there is a separate corpus export admin already;
- All fields on the ElementType inline are now read-only, except for
indexable
, the only field that cannot be edited through the API.