The Publish State Indicator is a List Transformer that displays the workflow status of an entity (e.g., Draft vs. Published) using a colored dot. It replaces Sulu's own Publish State Indicator (which is hidden) and places it in its own column.
It typically connects to a property like publishedState.
<property name="publishedState" translation="sulu_admin.state" visibility="yes">
<transformer type="publish_state_indicator"/>
</property>This transformer does not accept XML parameters.
The colors and logic are generally handled internally to match Sulu's standard UI (Yellow for Draft, Green for Published).
