scripts/core/ui/configurable-ui-components.tsx
import {IConfigurableUiComponents} from 'superdesk-api';
// CC stands for configurable components
// components may be overwritten after application start
export const CC: IConfigurableUiComponents = {
UserAvatar: null,
AuthoringAttachmentsWidget: null,
AuthoringAttachmentsDiffView: null,
};