mirror of https://github.com/artf/grapesjs.git
9 changed files with 41 additions and 26 deletions
@ -1,3 +1,8 @@ |
|||
export default { |
|||
hello: 'Hello' |
|||
assets: { |
|||
addButton: 'Add image', |
|||
inputPlh: 'http://path/to/the/image.jpg', |
|||
modalTitle: 'Select Image', |
|||
uploadTitle: 'Drop files here or click to upload' |
|||
} |
|||
}; |
|||
|
|||
Loading…
Reference in new issue