Skip to content

mugoweb/mugo_codemirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eZPublish extension mugo_codemirror

This extension contains a new datatype to store HTML code in an class attribute. The datatype is extending the eztext datatype. There are two differences:

  • The output (view.tpl) is not escaped (no wash() operator)
  • The input (edit.tpl) uses the javascript library codemirror

"CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality."

Currently, the extension only allows to edit HTML, CSS and Javascript code.

About

eZ Publish Datatype to edit HTML code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published