Include tinymce with NPM

One will need to run: "npm install" as from now
More info here: https://nodejs.dev/learn/an-introduction-to-the-npm-package-manager
This commit is contained in:
slawkens
2021-10-23 10:23:37 +02:00
parent 0ff290f868
commit cedcd14550
92 changed files with 19 additions and 1085 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"tinymce": "^5.10.0"
}
}