comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1697:c2802561d7f9

"PrintEnabled" configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2020 09:47:46 +0100
parents 572652803929
children 8805a6a01655
comparison
equal deleted inserted replaced
1696:572652803929 1697:c2802561d7f9
1 { 1 {
2 /**
3 * Enables/disables the print button.
4 **/
5 "PrintEnabled" : true,
6
2 /** 7 /**
3 * The allowed origin for messages corresponding to dynamic actions 8 * The allowed origin for messages corresponding to dynamic actions
4 * triggered by another Web page using "window.postMessage()". The 9 * triggered by another Web page using "window.postMessage()". The
5 * special value "*" will allow any origin, which is an insecure 10 * special value "*" will allow any origin, which is an insecure
6 * value to be used only during development. If this option is not 11 * value to be used only during development. If this option is not