Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The jodit configuration in angular.json seems to have no effect. #316

Closed
atpw25 opened this issue Sep 14, 2021 · 1 comment · Fixed by #454
Closed

The jodit configuration in angular.json seems to have no effect. #316

atpw25 opened this issue Sep 14, 2021 · 1 comment · Fixed by #454
Assignees
Labels
clean up Consolidation after new features, refactoring, remove redundant code etc
Milestone

Comments

@atpw25
Copy link
Contributor

atpw25 commented Sep 14, 2021

The jodit-editor component from jodit-angular package seem to work with or without this configuration in angular.json. Maybe it should be removed?

...
"styles": [
    "src/styles.scss",
    "node_modules/jodit/build/jodit.min.css"
],
"scripts": [
    "node_modules/jodit/build/jodit.min.js"
],
...
@atpw25 atpw25 added the clean up Consolidation after new features, refactoring, remove redundant code etc label Sep 14, 2021
@abwilson23 abwilson23 self-assigned this Jan 31, 2022
abwilson23 added a commit that referenced this issue Feb 1, 2022
@pjmonks
Copy link
Contributor

pjmonks commented Feb 11, 2022

@abwilson23 also found another issue with the Jodit editor when switching to full screen. As this is separate, issue #453 was created to tackle separately.

pjmonks added a commit that referenced this issue Feb 11, 2022
Resolve #316 by removing unnecessary jodit references from angular.json and update README
@pjmonks pjmonks added this to the 7.1.0 milestone Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean up Consolidation after new features, refactoring, remove redundant code etc
Projects
None yet
3 participants