Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If false, the Kudo editor will show a message about unsupported browser if you open a drawing with such browser. Unsupported browsers are IE/old Edge and Safari on Windows.

disable-help

By default help command (_HELP) is disabled. Setting this flag to false will enable it. Running the command will then call a pre-defined help url “{API server url}/help/index.htm” where API server url is the url of the API backend passed as “server” query parameter.

mem_limit

Linux server only: memory in bytes that has to be available to allow to open a drawing (MemAvailable from /proc/meminfo is used to check available memory). If the available memory is below this limit, we reject new sessions and end users will see a 503 error. The intention is to keep the server and existing sessions responsive if memory gets low.

...

Linux server only: the maximum size in bytes of a session process's virtual memory. If a session process exceeds this limit, memory allocation and automatic stack growth will fail and the session process is killed by a SIGSEGV.

allow-system-option

If false, the kudo editor will not show the “System Option” tab in the option dialog (sessionId is required to to save the Preferences).

allow-user_preferences

If false, the kudo editor will not show the “User Preferences” tab in the option dialog (sessionId is required to to save the Preferences).

allow_drawing_compare

If the allow_drawing_compare property is set to false, it means that the Drawing Compare command will not be enabled or accessible.

enable_commenting_for_all_users

If the enable_commenting_for_all_users property is set to false, it means that according to capabilities commenting feature will be enable or disable.