Skip to content

Commit

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

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

* compiled AE
  • Loading branch information
dew326 authored and Łukasz Serwatka committed Feb 26, 2019
1 parent 6b17d39 commit bf0bfcd
Show file tree
Hide file tree
Showing 48 changed files with 800 additions and 434 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/encore/ez.js.config.js
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

0 comments on commit bf0bfcd

Please sign in to comment.