Skip to content

Commit 763c4ca

Browse files
author
Ton Pinel González
committed
Change of library on wysiwyg component
1 parent 83e2c8b commit 763c4ca

File tree

13 files changed

+548
-776
lines changed

13 files changed

+548
-776
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"tinymce": "~4.1.1",
3737
"tinycorejs": "https://github.com/Frontendcore/tinycore.git#1.0.3",
3838
"dynatable": "~0.3.1",
39-
"pen": "~0.0.3",
4039
"magicsuggest": "~2.1.4",
4140
"chartjs": "~1.0.1",
4241
"SyntaxHighlighter": "~3.0.83",
@@ -59,7 +58,8 @@
5958
"lazysizes": "^2.0.0",
6059
"strength-meter": "^1.1.3",
6160
"nouislider": "^9.2.0",
62-
"truncate": "^1.1.2"
61+
"truncate": "^1.1.2",
62+
"medium-editor": "^5.23.0"
6363
},
6464
"devDependencies": {
6565
"lightcase": "^2.3.6"

build/forms/wysiwyg.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -423,21 +423,6 @@ <h2 class="mb-m">Attributes</h2>
423423
<p class="mb-s">Text that will be shown on focus editor</p>
424424
<p class="fz-xs c-secondary">DEFAULT: Select some text to get some formatting options.</p>
425425
</dd>
426-
<dt><h5 class="mb-n c-primary">data-fc-fullscreen</h5></dt>
427-
<dd class="mb-l">
428-
<p class="mb-s">Boolean to activate or desactivate the fulscreen option</p>
429-
<p class="fz-xs c-secondary">DEFAULT: True</p>
430-
</dd>
431-
<dt><h5 class="mb-n c-primary">data-fc-text-fullscreen</h5></dt>
432-
<dd class="mb-l">
433-
<p class="mb-s">Html Text for the action button to activate fullscreen</p>
434-
<p class="fz-xs c-secondary">DEFAULT: <i class="icon-arrows-alt"></i> FULLSCREEN</p>
435-
</dd>
436-
<dt><h5 class="mb-n c-primary">data-fc-text-minscreen</h5></dt>
437-
<dd class="mb-l">
438-
<p class="mb-s">Html Text for the action button to activate fullscreen</p>
439-
<p class="fz-xs c-secondary">DEFAULT: <i class="icon-minus"></i> MINIMIZE</p>
440-
</dd>
441426
<dt><h5 class="mb-n c-primary">data-fc-html</h5></dt>
442427
<dd class="mb-l">
443428
<p class="mb-s">Boolean to activate or desactivate the html editor option</p>

build/static/css/icons.css

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/static/css/secondary.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/frontendcore.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/ui/draggable-libs.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/static/js/ui/wysiwyg-libs.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/ui/wysiwyg.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/essence/js/_modules-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var oDefaultPaths = {
3131
'graph',
3232
'stats',
3333
'wysiwyg',
34+
'wysiwyg-libs',
3435
'truncate',
3536
'tip',
3637
'tipLibs',

0 commit comments

Comments
 (0)