punktde/codeview

Last activity 18 Dec 2020 6 4 6137
composer require punktde/codeview

Provides a Neos CMS nodeType to display code

1.2.0

Version
1.2.0
Type
neos-plugin
Release Date
Dec 18, 2020 14:02
Source
git
Distribution
zip
Requires
MIT 66a6b476ad55645e300e9c1c0056b6297eaaec5e

Latest Stable Version Total Downloads Latest Unstable Version License

CodeView

This package provides a node type to display code using the code highlighter prism (http://prismjs.com/).

Installation and integration

The installation is done with composer:

composer require punktde/codeview

(De)activate CSS / Javascript autoloading

By default, the galleries CSS and JavaScript files are added to the header and footer includes of your page automatically on pages, where an instance of the gallery plugin is added. If you want to compile the JS / CSS into your pages main files you can deactivate this behavior via settings:

PunktDe:
  CodeView:
    loadCSS: false
    loadJS: false
The content of the readme is provided by Github
The same vendor provides 33 package(s).