rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
223 stars 154 forks source link

Add hyperlink button to WYSIWYG toolbar #321

Open codyjamesbrooks opened 2 years ago

codyjamesbrooks commented 2 years ago

🟢 - Ready for review

Reason for change

As a website page editor I should be able to easily add a hyperlink while using the WYSIWYG text editor

Changes

Update configuration of the tinyMCE WYSIWYG toolbar to display a hyperlink button. Wrote a test to verify that the link button works, and that the when viewing the page the link behaves as expected.