Jul 24 - Update Rich-text editor to support uploading images and inserting table
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(curl -sSL -o /tmp/qtest.txt -w \"quill2: %{http_code} size:%{size_download}\\\\n\" https://cdn.jsdelivr.net/npm/quill@2.0.3/dist/quill.min.js)",
|
||||
"Bash(curl -sSL -o quill2.min.js -w \"js: %{http_code} %{size_download}\\\\n\" https://cdn.jsdelivr.net/npm/quill@2.0.3/dist/quill.min.js)",
|
||||
"Bash(curl -sSL -o quill2.snow.css -w \"css: %{http_code} %{size_download}\\\\n\" https://cdn.jsdelivr.net/npm/quill@2.0.3/dist/quill.snow.css)",
|
||||
"Bash(mv -f quill2.min.js quill.min.js)",
|
||||
"Bash(mv -f quill2.snow.css quill.snow.css)",
|
||||
"Bash(mkdir -p static/uploads)",
|
||||
"Bash(touch static/uploads/.gitkeep)",
|
||||
"Bash(py --version)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user