Interface EditorImagePlaceholder


public interface EditorImagePlaceholder
Since:
4.0
  • Method Details

    • getImagePlaceholder

      ImagePlaceholder getImagePlaceholder(Map<String,String> parameters, ConversionContext context)
      Returns an ImagePlaceholder instance to be displayed in the editor.

      Return null if the default placeholder should be used.

      Parameters:
      parameters - the parameters for the macro, with the default parameter being represent by the key "0".
      context - the ConversionContext for this usage.
      Returns:
      The image details to render in the editor.