mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Fix typo.
This commit is contained in:
parent
cb67af02d7
commit
393482315f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
Meteor.startup(() => {
|
||||
|
||||
// Disable comment WYSIWYG editor for everyone to fix
|
||||
// Pasting text into a card is adding a line before and after
|
||||
// (and multiplies by pasting more)
|
||||
// https://github.com/wekan/wekan/issues/2890
|
||||
Meteor.settings.public.RICHER_CARD_COMMENT_EDITOR = 'false';
|
||||
const RCCE = 'false';
|
||||
Meteor.settings.public.RICHER_CARD_COMMENT_EDITOR = RCCE;
|
||||
|
||||
//// Old original code for setting:
|
||||
//const RCCE = process.env.RICHER_CARD_COMMENT_EDITOR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue