Even though i have the follwing entries in common.config. The CssClass dropdown is not populated.
Please help me on this.
<CssClass>
<item text="[[NotSet]]" value="null"></item>
<item text="Red Text" value="RedColor">
<html><![CDATA[<span style='color:red'>RedColor</span>]]></html>
</item>
<item text="Highlight" value="Highlight">
<html><![CDATA[<span style='background-color: yellow'>Highlight</span>]]></html>
</item>
</CssClass>