mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add trix editor
This commit is contained in:
@@ -1 +1,2 @@
|
||||
@import "../css/admin/all.scss";
|
||||
@import "../../../node_modules/trix/dist/trix.css";
|
||||
|
||||
@@ -16,3 +16,5 @@ CableReady.initialize({ consumer });
|
||||
|
||||
import debounced from "debounced";
|
||||
debounced.initialize({ input: { wait: 300 } });
|
||||
|
||||
import Trix from "trix";
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"stimulus-flatpickr": "^1.4.0",
|
||||
"stimulus_reflex": "3.5.0-rc2",
|
||||
"tom-select": "^2.0.0",
|
||||
"trix": "^2.0.5",
|
||||
"webpack": "~4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -8742,6 +8742,11 @@ tr46@^2.1.0:
|
||||
dependencies:
|
||||
punycode "^2.1.1"
|
||||
|
||||
trix@^2.0.5:
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/trix/-/trix-2.0.5.tgz#f54880ab38e24d47829a04e04afaf03a8607f772"
|
||||
integrity sha512-OiCbDf17F7JahEwhyL1MvK9DxAAT1vkaW5sn+zpwfemZAcc4RfQB4ku18/1mKP58LRwBhjcy+6TBho7ciXz52Q==
|
||||
|
||||
ts-pnp@^1.1.6:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
|
||||
|
||||
Reference in New Issue
Block a user