Skip to content

A node type enabling the use of codeMirror style code snippets in TYPO3 Neos

License

Notifications You must be signed in to change notification settings

Tuurlijk/Neos.NodeType.CodeMirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neos.NodeType.CodeMirror

A node type enabling the use of codeMirror style code snippets in TYPO3 Neos

Add this to your composer.json to enable the code snippet node type:

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/Tuurlijk/Neos.NodeType.CodeMirror.git"
        }
    ],
    "require": {
        "typofree/neos-nodetype-codemirror": "dev-master"
    },
}

About

A node type enabling the use of codeMirror style code snippets in TYPO3 Neos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published