Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Apr 10, 2019
1 parent acdba5d commit d47fa8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ We like the fact that grapesjs can provide/separate output for components json,
* [Lambda Form](https://github.com/niiknow/lambda-form) - server-side component.
* [SurveyJS](https://surveyjs.io/) - more advance form builder to look into.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## MIT
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ export default grapesjs.plugins.add('grapesjs-components-farmer', (editor, opts
options.comps = options.comps || opts_comps

const compileTemplates = () => {
let doT = null

Object.keys(options.comps).forEach(k => {
const t = options.comps[k]

Expand Down

0 comments on commit d47fa8c

Please sign in to comment.