Download the PHP package samuell/contenteditor-plugin without Composer
On this page you can find all versions of the php package samuell/contenteditor-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samuell/contenteditor-plugin
More information about samuell/contenteditor-plugin
Files in samuell/contenteditor-plugin
Download samuell/contenteditor-plugin
More information about samuell/contenteditor-plugin
Files in samuell/contenteditor-plugin
Vendor samuell
Package contenteditor-plugin
Short Description Allows you to edit content files on the front-end pages.
License MIT
Homepage https://github.com/Samuell1/contenteditor-plugin
Package contenteditor-plugin
Short Description Allows you to edit content files on the front-end pages.
License MIT
Homepage https://github.com/Samuell1/contenteditor-plugin
Please rate this library. Is it a good library?
Informations about the package contenteditor-plugin
Content Editor for OctoberCMS
Edit content from front-end.
http://octobercms.com/plugin/samuell-contenteditor
How to use it? It`s simple.
- Drop the Content Editor component to a CMS page.
- Check if you have
{% framework %}
and{% scripts %}
inside layout for working ajax requests and{% styles %}
for additional css - Use this code in your page code and link the editor to a content file or set name to autocreate new file
Simple example:
Properties
- file - Content block filename to edit, optional. If doesnt exists it will autocreate
- fixture - Fixed name for content block, useful for inline texts (headers, spans...)
- tools - List of enabled tools, comma separated (for all default tools use
*
or leave empty to get all tools defined in settings of Content Editor) - class - Class for element, mostly useful for fixtures
Example:
Tools list
bold
=> Bold (b)italic
=> Italic (i)link
=> Link (a)small
=> Small (small)align-left
=> Align leftalign-center
=> Align centeralign-right
=> Align rightheading
=> Heading (h1)subheading
=> Subheading (h2)subheading3
=> Subheading3 (h3)subheading4
=> Subheading4 (h4)subheading5
=> Subheading5 (h5)paragraph
=> Paragraph (p)unordered-list
=> Unordered list (ul)ordered-list
=> Ordered list (ol)table
=> Tableindent
=> Indentunindent
=> Unindentline-break
=> Line-break (br)image
=> Image uploadvideo
=> Videopreformatted
=> Preformatted (pre)
Inspired by Editable plugin and using Content tools editor http://getcontenttools.com.
All versions of contenteditor-plugin with dependencies
PHP Build Version
Package Version
The package samuell/contenteditor-plugin contains the following files
Loading the files please wait ....