Editor disabled by default / updated Readme / Updated docs
This commit is contained in:
parent
89b807ad20
commit
85b1ff1e4e
11
README.md
11
README.md
@ -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:
|
###Google Analytics:
|
||||||
This will embed the google analytics tracking code.
|
This will embed the google analytics tracking code.
|
||||||
|
|
||||||
|
@ -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:
|
###Google Analytics:
|
||||||
This will embed the google analytics tracking code.
|
This will embed the google analytics tracking code.
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ function get_options() {
|
|||||||
'piwik_analytics_id' => 1,
|
'piwik_analytics_id' => 1,
|
||||||
'ignore' => array(),
|
'ignore' => array(),
|
||||||
'languages' => array(),
|
'languages' => array(),
|
||||||
'file_editor' => true
|
'file_editor' => false
|
||||||
);
|
);
|
||||||
|
|
||||||
// Load User Config
|
// Load User Config
|
||||||
|
Loading…
Reference in New Issue
Block a user