This plugin implements in-context editing (click to edit) of RainLab Blog posts on the front-end pages.
Requirements
- RainLab Blog plugin
- RainLab.Editable plugin
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 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.
<!-- This content will be editable --> {% component 'editable_blog' %}
-
amdad
Found the plugin useful on 7 Jun, 2016
IT WORKS!
Many thanks. Looking for solution like this from the day I found Editable.
-
1.0.3 |
Fix initialization category components Feb 19, 2017 |
---|---|
1.0.2 |
Add blog category page Jul 27, 2016 |
1.0.1 |
First version of Editable for Blog plugin Jun 04, 2016 |