mirror of
https://github.com/fzumpe/foundry-usernotes.git
synced 2026-06-06 21:00:03 +02:00
changed Module.json to include jodit
This commit is contained in:
parent
b6fd4d5f4c
commit
0b89998c23
10
module.json
10
module.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "user-notes",
|
||||
"title": "User Notes",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Florian Zumpe"
|
||||
@ -11,15 +11,19 @@
|
||||
"minimum": "14",
|
||||
"verified": "14"
|
||||
},
|
||||
"scripts": [
|
||||
"vendor/jodit/jodit.min.js"
|
||||
],
|
||||
"esmodules": [
|
||||
"scripts/user-notes.js"
|
||||
],
|
||||
"styles": [
|
||||
"vendor/jodit/jodit.min.css",
|
||||
"styles/user-notes-window.css",
|
||||
"styles/user-notes-settings.css"
|
||||
],
|
||||
"languages": [],
|
||||
"url": "https://github.com/fzumpe/foundry-usernotes",
|
||||
"manifest": "https://raw.githubusercontent.com/fzumpe/foundry-usernotes/main/module.json",
|
||||
"download": "https://codeload.github.com/fzumpe/foundry-usernotes/zip/refs/tags/V1.0.2"
|
||||
"manifest": "https://raw.githubusercontent.com/fzumpe/foundry-usernotes/feature/export-wysiwyg/module.json",
|
||||
"download": "https://codeload.github.com/fzumpe/foundry-usernotes/zip/refs/tags/V1.0.3"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user