1<?php 2/** 3 * Default settings for the googledrawing plugin 4 * 5 * @author Linus Brimstedt <linus@brimstedt.se> 6 */ 7 8$conf['googleUrl'] = 'https://docs.google.com/'; 9$conf['defaultImageWidth'] = 500; 10$conf['defaultImageHeight'] = 0; 11
1<?php 2/** 3 * Default settings for the googledrawing plugin 4 * 5 * @author Linus Brimstedt <linus@brimstedt.se> 6 */ 7 8$conf['googleUrl'] = 'https://docs.google.com/'; 9$conf['defaultImageWidth'] = 500; 10$conf['defaultImageHeight'] = 0; 11