Ticket #1023 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

ImageManager needs config option to show/hide "advanced" options

Reported by: gogo Owned by: gogo
Priority: normal Milestone:
Component: Plugin_ImageManager Version: trunk
Severity: normal Keywords:
Cc:

Description

(Tracking ticket, commit to follow).

ImageManager offers a number of "advanced" options when inserting images, namely margins, padding, padding/background colour, borders and border colour, alignment.

These options are those which can not be determined from the image as given by the URL itself - as opposed to width and height (remembering that ImageManager automatically scales the image when the dimensions are changed).

It is useful to be able to disable these advanced options in the ImageManager, both within Xinha for design considerations, and also when one hijacks the ImageManager plugin to serve as a generic Image Picker returning a url to a text field.

$IMConfig['show_full_options'] = false;

Defaults to true of course.

Change History

Changed 2 years ago by gogo

Changed 2 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.