Browse Source

v0.3.23

pull/36/head
Artur Arseniev 9 years ago
parent
commit
61c6e24cce
  1. 2
      bower.json
  2. 2
      dist/css/grapes.min.css
  3. 32
      dist/grapes.min.js
  4. 2
      package.json
  5. 4
      src/editor/config/config.js

2
bower.json

@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
"version": "0.3.21",
"version": "0.3.23",
"author": "Artur Arseniev",
"homepage": "http://grapesjs.com",
"main": [

2
dist/css/grapes.min.css

File diff suppressed because one or more lines are too long

32
dist/grapes.min.js

File diff suppressed because one or more lines are too long

2
package.json

@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Open source Web Template Editor",
"version": "0.3.21",
"version": "0.3.23",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",

4
src/editor/config/config.js

@ -185,7 +185,7 @@ define(function () {
content:'Link',
style:{color: '#d983a6'}
},
},{
}/*,{
id: 'map',
label: 'Map',
attributes: {class:'fa fa-map-o'},
@ -193,7 +193,7 @@ define(function () {
type: 'map',
style: {color: '#fff'}
},
}],
}*/],
},
};

Loading…
Cancel
Save