- Titles, link, Bold/Italic, code
- Media: Image upload and resize, embedded video (Or by recognizing youtube links etc...)
- Embeddable MyMiniFactory object
import React, {Component} from "react";
import RichEditor from 'mmf-blog-editor';
export default class EditorEnvironment extends Component {
render() {
return (
<div>
<RichEditor/>
</div>
)
}
}
- enablePhotos (bool)
- enableYT (bool)
- enableMMF (bool)
- enableEmoji (bool)
- enableUndo (bool)
git checkout build
git merge master # Or the branch that you want to release
npx rollup -c rollup.config.js
git add build
git commit -m "Update"
git push origin build