Create a configuration for the Pod filter Renderer

In the StylesConfig.xml in your component add the following entry. The 'style' name will be used in our PodLoader to configure the PodFilter to use our new PodTextFilterRenderer. We will need to execute the build target for the client to add this configuration.

Figure 1. Style configuration for Pod filter Renderer
<sc:style name="pod-text-filter">
    <sc:plug-in
      class="sample.PodTextFilterRenderer"
      name="component-renderer"
    />
  </sc:style>