Skip to content

cpravetz/meteor-autoform-codemirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autoform-codemirror

A text editor for autoform using CodeMirror

Usage

Add a custom template in your Schema

Schemas.myCode = new SimpleSchema({
  title: {
    type: String
  },
  functionText: {
    type: String,
    autoform: {
      type: 'code',
      extensions: { 
                //add any custom settings here
                }
    }
  }
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published