You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In-context editor plugin
This plugin allows in-context editing (click to edit) features to the [OctoberCMS](http://octobercms.com) front-end.
Only allocated content blocks that are generated by render rainlab/blog content. Implementation is simply replacing the original component rainlab post render by a new one with an option of in-context rendering.
This plugin is based on RainLab.Editable. This plugin requires installed RainLab.Blog. This component implements proxy pattern for RainLab.Blog component.
## Using the editable component
You should attach a component to the page and set components property the same way as at RainLab.Blog.
```
{% component 'editable_blog' %}
```
## Permissions
Only administrator with the permission *Manage content* are able to edit content. Administrators must also be logged in to the back-end.
## Front-end JavaScript and StyleSheet
The components in this plugin provide custom stylesheet and javascript files to function correctly on the front-end. Ensure that you have `{% scripts %}` and `{% styles %}` on your page or layout.
The styles also depend on the October JavaScript Framework, so ensure the `{% framework %}` tag is also included on your page or layout.