You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

41 lines
2.9 KiB

  1. <?php
  2. $meta['guest_toolbar'] = array('onoff');
  3. $meta['guest_media'] = array('onoff');
  4. $meta['open_upload'] = array('onoff');
  5. $meta['allow_ckg_filebrowser'] = array('multichoice', '_choices' => array('all','ckgedit','dokuwiki'));
  6. $meta['default_ckg_filebrowser'] = array('multichoice', '_choices' => array('ckgedit','dokuwiki'));
  7. $meta['default_fb'] = array('multichoice','_choices' => array('none','acl'));
  8. $meta['openfb'] = array('onoff');
  9. $meta['dw_edit_display'] = array('multichoice','_choices' => array('all','admin','none'));
  10. $meta['smiley_as_text'] = array('onoff');
  11. $meta['editor_bak'] = array('onoff');
  12. $meta['create_folder'] = array('multichoice','_choices' => array('n','y'));
  13. $meta['dwedit_ns'] = array('string');
  14. $meta['acl_del'] = array('onoff');
  15. $meta['auth_ci'] = array('onoff');
  16. $meta['nix_style'] = array('onoff');
  17. $meta['direction'] = array('multichoice','_choices' => array('nocheck','dokuwiki','ltr','rtl'));
  18. $meta['scayt_auto'] = array('multichoice','_choices' => array('on','off','disable'));
  19. $meta['scayt_lang'] = array('multichoice','_choices' => array('American English/en_US','Brazilian Portuguese/pt_BR','British English/en_GB','Canadian English/en_CA','Canadian French/fr_CA','Danish/da_DK','Dutch/nl_NL','Finnish/fi_FI','French/fr_FR','German/de_DE','Greek/el_GR','Italian/it_IT', 'Norwegian/nb_NO','Portuguese/pt_PT', 'Spanish/es_ES','Swedish/sv_SE'));
  20. $meta['complex_tables'] = array('onoff');
  21. $meta['duplicate_notes'] = array('onoff');
  22. $meta['smiley_hack'] = array('onoff');
  23. $meta['winstyle'] = array('onoff');
  24. $meta['other_lang'] = array('multichoice','_choices' => array('default','af','ar','bg','bn','bs','ca','cs','cy','da',
  25. 'de','el','en-au','en-ca','en-gb','en','eo','es','et','eu','fa','fi','fo','fr-ca','fr','gl','gu','he','hi','hr','hu',
  26. 'is','it','ja','ka','km','ko','ku','lt','lv','mk','mn','ms','nb','nl','no','pl','pt-br','pt','ro','ru','sk','sl','sr',
  27. 'sr-latn','sv','th','tr','ug','uk','vi','zh-cn','zh'));
  28. $meta['color_options'] = array('onoff');
  29. $meta['font_options'] = array('onoff');
  30. $meta['nofont_styling'] = array('onoff');
  31. $meta['alt_toolbar'] = array('multicheckbox','_choices' => array( 'HorizontalRule', 'Smiley','SpecialChar', 'Signature' ,'Footnotes', 'Font','FontSize', 'Source', 'Maximize','Underline','Strike', 'Subscript','Superscript', 'Indent','Outdent', 'Blockquote', 'Link','Unlink','FontAssist'));
  32. $meta['mfiles'] = array('onoff');
  33. $meta['extra_plugins'] = array('string');
  34. $meta['htmlblock_ok'] = array('onoff');
  35. $meta['dblclk'] = array('multichoice','_choices' => array('on','off'));
  36. $meta['preserve_enc'] = array('onoff');
  37. $meta['gui'] = array('multichoice','_choices' => array('moono','moono-lisa','kama'));
  38. $meta['rel_links'] = array('onoff');
  39. $meta['style_sheet']= array('onoff');
  40. $meta['imgpaste'] = array('onoff');