feat(messages): add html formatting to messages
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit allows users to use the trix editor to send messages with basic formatting and attachements. * add active storage * add actiontext * add richtext field to messages * add imageprocessing for message attachements * add html email layout and adjust translations to use html urls
This commit is contained in:
parent
02d78a2835
commit
2730df95e7
27 changed files with 149 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -128,3 +128,5 @@ group :test do
|
|||
end
|
||||
|
||||
gem "importmap-rails", "~> 1.1"
|
||||
|
||||
gem "image_processing", "~> 1.12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue