HTML2 Configuration for Repertoire Designer 202x

Overview

This configuration controls the HTML rendering behavior in Repertoire Designer 202x. Setting enabled to true activates the new HTML renderer, which supports dynamic content growth, improving compatibility with modern rendering needs. For legacy compatibility with version 8.9, set enabled to false.


Steps to Configure:

Add the following snippet to the application.conf file under the /etc directory of Repertoire Designer:

elixir.rml.callback.html2 {
  # enabled = true uses the new HTML renderer which can grow
  # For backwards compatibility with 8.9 set to false
  enabled = false
}

Verification:

  • Restart Repertoire Designer 202x to apply the changes.
  • Test the rendering functionality to confirm it works as expected.