forked from GrapesJS/grapesjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
255 changed files
with
17,243 additions
and
18,107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
define(function () { | ||
return { | ||
// Default assets | ||
assets: [], | ||
module.exports = { | ||
// Default assets | ||
assets: [], | ||
|
||
// Style prefix | ||
stylePrefix: 'am-', | ||
// Style prefix | ||
stylePrefix: 'am-', | ||
|
||
// Url where uploads will be send, set false to disable upload | ||
upload: 'http://localhost/assets/upload', | ||
// Url where uploads will be send, set false to disable upload | ||
upload: 'http://localhost/assets/upload', | ||
|
||
// Text on upload input | ||
uploadText: 'Drop files here or click to upload', | ||
// Text on upload input | ||
uploadText: 'Drop files here or click to upload', | ||
|
||
// Label for the add button | ||
addBtnText: 'Add image', | ||
}; | ||
}); | ||
// Label for the add button | ||
addBtnText: 'Add image', | ||
}; |
Oops, something went wrong.