Documentation Center

allowReproducer

The allowReproducer element allows you to configure the availability of the reproducer feature.

The reproducer is a tool that you can access to send a package of files, as a reproducer case, to SDL Support. To use the reproducer, you should first have an open SDL Support ticket (https://gateway.sdl.com) and know your case number. Then open the editor, get as close to the error as possible and use the keyboard shortcut Ctrl+Shift+R. This will open a dialog where you can enter your SDL case number and click on Upload data to send the package. The reproducer package is a zip archive of all the files that were loaded in Content Editor at the time of the error and can be used to reproduce the state of the editor the time of an error.

This feature however, allows authors to send potentially sensitive information to SDL. To prevent this from happening, you can disable the reproducer feature using this configuration setting. By default, using the reproducer is allowed.

<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
  <x:miscellaneous>
    <x:allowReproducer>false</x:allowReproducer>
  </x:miscellaneous>
</x:config>

Namespace

http://www.xopus.com/xmlns/config

Parent element

miscellaneous