config.php 839 B

123456789101112131415
  1. <?php
  2. $config->baseline->editor = new stdclass();
  3. $config->baseline->editor->createtemplate = array('id' => 'content', 'tools' => 'fullTools');
  4. $config->baseline->editor->edittemplate = array('id' => 'content', 'tools' => 'fullTools');
  5. $config->baseline->editor->editbook = array('id' => 'content', 'tools' => 'fullTools');
  6. $config->baseline->markdown = new stdclass();
  7. $config->baseline->markdown->createtemplate = array('id' => 'contentMarkdown', 'tools' => 'withchange');
  8. $config->baseline->markdown->edittemplate = array('id' => 'contentMarkdown', 'tools' => 'withchange');
  9. $config->baseline->createtemplate = new stdclass();
  10. $config->baseline->createtemplate->requiredFields = 'title,templateType';
  11. $config->baseline->edittemplate = new stdclass();
  12. $config->baseline->edittemplate->requiredFields = 'title,templateType';