Skip to content

Commit

Permalink
fix(block-editor) #26551 fix modal and css, add build block-editor (#…
Browse files Browse the repository at this point in the history
…26873)

Co-authored-by: Humberto Morera <31667212+hmoreras@users.noreply.github.com>
  • Loading branch information
oidacra and hmoreras authored Dec 4, 2023
1 parent c588fe9 commit 2514ed5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions core-web/apps/dotcms-block-editor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
"styles": [
"node_modules/primeicons/primeicons.css",
"node_modules/primeflex/primeflex.css",
"node_modules/primeng/resources/primeng.min.css",
"libs/dotcms-scss/angular/_forms.scss",
"libs/dotcms-scss/angular/_mixins.scss",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[(visible)]="vm.showDialog"
[dismissableMask]="true"
[draggable]="false"
[modal]="true"
[resizable]="false"
[style]="{ width: '800px' }"
(onHide)="hideDialog()"
Expand Down
2 changes: 1 addition & 1 deletion dotCMS/src/main/webapp/html/css/dotcms-block-editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dotCMS/src/main/webapp/html/dotcms-block-editor.js

Large diffs are not rendered by default.

0 comments on commit 2514ed5

Please sign in to comment.