Skip to content

Commit

Permalink
v0.18.8. update no-code editor to v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Sep 26, 2024
1 parent 0c060b7 commit ab03365
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenieBuilder"
uuid = "c9453c14-af8a-11ec-351d-c7c9a2035d70"
authors = ["Adrian Salceanu"]
version = "0.18.7"
version = "0.18.8"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/data/blockDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9028,13 +9028,13 @@
"content": "<span>Paragraph Content</span>"
},
{
"label": "Link", "tagName": "A", "type": "a", "description": "", "category": "Text", "media": "", "hideFromLibrary": true,
"draggable": true, "droppable": true, "editable": true, "enabled": true, "icon": "paragraph.png",
"label": "Link", "tagName": "A", "type": "link", "description": "", "category": "Text", "media": "", "hideFromLibrary": false,
"draggable": true, "droppable": true, "editable": true, "enabled": true, "icon": "link.png",
"properties": [
{ "label": "Title", "name": "title", "enabled": true, "type": ["String"], "desc": "", "category": "General" },
{ "label": "Href", "name": "href", "enabled": true, "type": ["String"], "desc": "", "category": "General" },
{ "label": "Target", "name": "target", "enabled": true, "type": ["String"], "desc": "", "category": "General" }
],
"content": "<a href=\"https://genieframework.com\">Link</a>"
"content": "<a gb_c__href=\"\">Link</a>"
}
]
7 changes: 6 additions & 1 deletion public/data/grapesCanvas.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,9 @@ JULIA_CODE {

#gbTemplateContainer > img{
width: 100%;
}
}
div .container {
min-height: 30px;
padding: 5px;
display: block;
}
Binary file removed public/img/block_icons/column.png
Binary file not shown.
Binary file added public/img/block_icons/container.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/block_icons/link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/block_icons/tab-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/block_icons/tab-panels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/block_icons/treemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="" data-theme="light"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><script src="./data/tailwind.js"></script><script type="module" src="https://md-block.verou.me/md-block.js"></script><script src="./libs/beautify-html.min.js"></script><script src="./libs/grapes.min.js"></script><script src="./libs/grapesjs-plugin-ckeditor.min.js"></script><script src="./libs/ckeditor4-release-4.16.x/ckeditor.js"></script><script src="./libs/grapesjs-code-editor.min.js"></script><title>GenieBuilder</title><link href="css/app.02132cb0.css" rel="preload" as="style"><link href="css/chunk-vendors.7dc1cf32.css" rel="preload" as="style"><link href="js/app.e8131cb6.js" rel="preload" as="script"><link href="js/chunk-vendors.ef2f301a.js" rel="preload" as="script"><link href="css/chunk-vendors.7dc1cf32.css" rel="stylesheet"><link href="css/app.02132cb0.css" rel="stylesheet"></head><body style="padding: 0 0px;" role="document"><div id="Main_App_varMain_App_ReactiveModel"></div><noscript><strong>We're sorry but GenieBuilder doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><style>.gjs-two-color {
<!DOCTYPE html><html lang="" data-theme="light"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><script src="./data/tailwind.js"></script><script type="module" src="https://md-block.verou.me/md-block.js"></script><script src="./libs/beautify-html.min.js"></script><script src="./libs/grapes.min.js"></script><script src="./libs/grapesjs-plugin-ckeditor.min.js"></script><script src="./libs/ckeditor4-release-4.16.x/ckeditor.js"></script><script src="./libs/grapesjs-code-editor.min.js"></script><title>GenieBuilder</title><link href="css/app.be03d37a.css" rel="preload" as="style"><link href="css/chunk-vendors.7dc1cf32.css" rel="preload" as="style"><link href="js/app.631d310d.js" rel="preload" as="script"><link href="js/chunk-vendors.ef2f301a.js" rel="preload" as="script"><link href="css/chunk-vendors.7dc1cf32.css" rel="stylesheet"><link href="css/app.be03d37a.css" rel="stylesheet"></head><body style="padding: 0 0px;" role="document"><div id="Main_App_varMain_App_ReactiveModel"></div><noscript><strong>We're sorry but GenieBuilder doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><style>.gjs-two-color {
background-color: unset;
color: unset;
font-weight: 600;
Expand Down Expand Up @@ -27,4 +27,4 @@
background-color: #0000005c;
padding: 10px;
margin: 10px 0px;
}</style><script src="js/chunk-vendors.ef2f301a.js"></script><script src="js/app.e8131cb6.js"></script></body></html>
}</style><script src="js/chunk-vendors.ef2f301a.js"></script><script src="js/app.631d310d.js"></script></body></html>
2 changes: 2 additions & 0 deletions public/js/app.631d310d.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/app.631d310d.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/js/app.e8131cb6.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/app.e8131cb6.js.map

This file was deleted.

0 comments on commit ab03365

Please sign in to comment.