API Reference > presentation-components > Core > ContentDataProvider > configureContentDescriptor configureContentDescriptor MethodProtected Deprecated Derived classes should override ContentDataProvider.getDescriptorOverrides to customize content Called to configure the content descriptor. This is the place where concrete provider implementations can control things like sorting, filtering, hiding fields, etc. The default method implementation takes care of hiding properties. Subclasses should call the base class method to not lose this functionality. configureContentDescriptor(descriptor: Readonly<Descriptor>): Descriptor Parameter Type Description descriptor Readonly<Descriptor> Returns - Descriptor Defined in presentation/components/src/presentation-components/common/ContentDataProvider.ts Line 266 Last Updated: 11 June, 2024