wiki mimetype selection

This commit is contained in:
zotlabs
2017-09-12 22:32:31 -07:00
parent 4ff89a5862
commit 5e99295bf6
5 changed files with 19 additions and 9 deletions

View File

@@ -50,6 +50,7 @@ class Wiki_pages {
'$canadd' => $can_create,
'$candel' => $can_delete,
'$addnew' => t('Add new page'),
'$mimetype' => mimetype_select(0,$p['mimeType'], [ 'text/markdown','text/bbcode' ]),
'$pageName' => array('pageName', t('Page name')),
'$refresh' => $arr['refresh']
));