mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-09 00:37:38 +01:00
393e18a3c9
Added visual HTML editor for editing HTML on the footer and home pages. This editor is based on the open source CKEditor a Smart Visual Text Editor for HTML coded in JavaScript. Read the Blog post about this topic for more info about this feature here: https://blog.littlelink-custom.com/visual-html-editor/
17 lines
246 B
JSON
17 lines
246 B
JSON
{
|
|
"bender": {
|
|
"port": 9001
|
|
},
|
|
"server": {
|
|
"port": 9002
|
|
},
|
|
"paths": {
|
|
"ckeditor4": "../ckeditor4/",
|
|
"runner": "./src/runner.html"
|
|
},
|
|
"browsers": {
|
|
"linux": [ "chrome", "firefox" ],
|
|
"macos": [ "safari" ]
|
|
}
|
|
}
|