mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02:00
Actually enable rich text
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = Features =
|
||||
when 'affiliations'
|
||||
return Settings?.apis?.v1?.url?
|
||||
when 'rich-text'
|
||||
isEnabled = false # Switch to false to disable
|
||||
isEnabled = true # Switch to false to disable
|
||||
Settings.overleaf? and isEnabled
|
||||
else
|
||||
throw new Error("unknown feature: #{feature}")
|
||||
|
||||
Reference in New Issue
Block a user