Skip to content

CheerfulLab/blogEditable-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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.

About

In-context editing for the front-end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 37.4%
  • PHP 33.1%
  • CSS 22.6%
  • HTML 6.9%