Quill editor for Meteor-Autoform.
- Quill editor v1.1.3 (quilljs.com)
meteor add fauphi:meteor-autoform-quill
Blog.attachSchema(new SimpleSchema({
content: {
type: String,
label: "Content",
optional: true,
autoform: {
afFieldInput: {
type: 'quilleditor'
}
}
}
}));
{{> quickForm collection="Blog" type="insert"}}
- Custom settings for editor
- Styling