setup abstract method

void setup(
  1. List<FeatureDescriptor> features
)

Sets up the plugin with the given features. The plugin scans the features to extract all the content items. This plugin relies on the ContentExtensionBuilder to do its work.

Implementation

void setup(List<FeatureDescriptor> features);