Reviewer

Reviewer configurations defines the options that are available within the Web Reviewer functionality.. This configuration applies to both Web Editor and Web Reviewer. The configuration file is called reviewer.json is located in the uiconfigs folder.

{
	"imageUploadSize": [
		{
			"maxImageSize": "976.5625",
		},
		"showAttributesPanel": "false",
	]
}
  • imageUploadSize” contains configuration options for uploading images with review comments.

    • The “maxImageSize” is the maximum image size in KB.

  • The “showAttributesPanel” indicates if the attributes panel should be available within Web Reviewer.