turn that into a feature

This commit is contained in:
friendica
2014-07-02 16:53:40 -07:00
parent f949df6ec0
commit 7b1901c2c2
3 changed files with 3 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ function get_features() {
'composition' => array(
t('Post Composition Features'),
// array('richtext', t('Richtext Editor'), t('Enable richtext editor')),
array('markdown', t('Use Markdown'), t('Allow use of "Markdown" to format posts')),
array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')),
array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds')),
array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key')),