Ticket #108 (closed enhancement: fixed)

Opened 6 months ago

Last modified 2 months ago

Option to remove the logo

Reported by: jf.hovinne Assigned to: jf.hovinne
Priority: major Milestone: 0.5
Component: Editor Version: trunk
Keywords: interface, skin Cc:

Description

Add an option to remove the WYMeditor logo from wym_area_bottom.

Change History

08/31/08 21:52:09 changed by mr_lundis

Why don't you just hide it using CSS:

.wym_box.wym_skin_default .wym_wymeditor_link {
    display: none;
}

09/09/08 22:21:26 changed by jf.hovinne

  • status changed from new to closed.
  • resolution set to fixed.

Added logoHtml option - r523.