1<?php
2
3/**
4 * Default settings for the moaieditor plugin
5 */
6
7$conf['editor_width_side_by_side'] = '1480px';
8$conf['editor_width_top_bottom'] = '1480px';
9$conf['editor_width_single_pane'] = '1480px';
10$conf['hide_editor_by_default'] = '0';
11