@ -136,7 +136,7 @@ editor.BlockManager.add('my-block-id', {
// use `content` for static strings, `components` string will be parsed
// and transformed in Components
components: '<span>HTML at some point</span>',
}
]
})
@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
"main": "dist/grapes.min.js",
"sideEffects": false,
"sideEffects": [ "*.vue", "*.css", "*.scss" ],
"repository": {
"type": "git",
"url": "https://github.com/artf/grapesjs.git"