How to Make a Field a WYSIWYG Editor in system.xml (Magento 2 Admin Config)
Magento has no type="wysiwyg" for system.xml. Here's the canonical frontend_model that turns a config field into a full TinyMCE editor, how to render the value safely per store view, and the gotchas that waste an afternoon.