Editor disabled by default / updated Readme / Updated docs

This commit is contained in:
Jakub Mikulas 2014-01-31 23:05:43 +01:00
parent 89b807ad20
commit 85b1ff1e4e
3 changed files with 26 additions and 6 deletions

View File

@ -173,6 +173,17 @@ Include custom links in the sidebar.
}
```
###File editor:
![File editor](https://f.cloud.github.com/assets/1788727/1954191/44358884-81d1-11e3-859d-254b9fb81808.png)
Enable front-end Markdown editor. _Disabled by default_.
```json
{
"file_editor" => true
}
```
###Google Analytics:
This will embed the google analytics tracking code.

View File

@ -171,6 +171,15 @@ Include custom links in the sidebar.
}
```
###File editor:
Enable front-end Markdown editor. _Disabled by default_.
```json
{
"file_editor" => true
}
```
###Google Analytics:
This will embed the google analytics tracking code.

View File

@ -48,7 +48,7 @@ function get_options() {
'piwik_analytics_id' => 1,
'ignore' => array(),
'languages' => array(),
'file_editor' => true
'file_editor' => false
);
// Load User Config