Skip to content

Commit

Permalink
EZP-29280: As an editor, I want to add anchors to RichText content (e…
Browse files Browse the repository at this point in the history
…zsystems#831)

* EZP-29280: As an editor, I want to add anchors to RichText content

* compiled AE
  • Loading branch information
dew326 authored and konradoboza committed May 29, 2019
1 parent 38397eb commit 2f6dbeb
Show file tree
Hide file tree
Showing 36 changed files with 786 additions and 421 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/encore/ez.js.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const layout = [
path.resolve(__dirname, '../public/js/scripts/admin.form.autosubmit.js'),
];
const alloyEditor = [
path.resolve(__dirname, '../public/js/alloyeditor/src/buttons/ez-btn-anchor.js'),
path.resolve(__dirname, '../public/js/alloyeditor/src/buttons/ez-btn-anchoredit.js'),
path.resolve(__dirname, '../public/js/alloyeditor/src/buttons/ez-btn-paragraph.js'),
path.resolve(__dirname, '../public/js/alloyeditor/src/buttons/ez-btn-heading.js'),
path.resolve(__dirname, '../public/js/alloyeditor/src/buttons/ez-btn-movedown.js'),
Expand Down
Loading

0 comments on commit 2f6dbeb

Please sign in to comment.