Skip to content

Commit

Permalink
Tinymce mee in frontend.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
TinusVL committed Feb 11, 2025
1 parent 1030d01 commit b3c62ce
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ pipeline {
sh "npm install --ignore-scripts"
sh "rm -rf dist frontend.zip"
sh "npx browserslist@latest --update-db"
sh "npm run build "
sh "npm run build"
sh "cp -r node_modules/tinymce/*.min.js node_modules/tinymce/*/ dist/js/"
sh "zip -r frontend.zip dist/*"
}
}
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"primeflex": "^3.1.0",
"primeicons": "^6.0.1",
"primevue": "^3.34.0",
"tinymce": "5-latest",
"underscore": "^1.13.2",
"vee-validate": "^4.5.3",
"vue": "^3.2.20",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Etiketten.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<div class="col-12 pl-lg-5em pr-lg-5em">
<Editor
:init="getOptions"
api-key="1o4al3jtztab1wf2880j7iio0hww1b4c6ut5qjqan57p3j4f"
tinymce-script-src="/groepsadmin/frontend/js/tinymce.min.js"
v-model="sjabloon.inhoud"
></Editor>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Mail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<div class="col-12 pr-lg-5em">
<Editor
:init="getOptions"
api-key="1o4al3jtztab1wf2880j7iio0hww1b4c6ut5qjqan57p3j4f"
tinymce-script-src="/groepsadmin/frontend/js/tinymce.min.js"
v-model="sjabloon.inhoud"
></Editor>
</div>
Expand Down

0 comments on commit b3c62ce

Please sign in to comment.