Hi - I would like to make the js.signup_cta.value_prop field a bit more attractive and HTML and basic markdown do not seem to work well. Any recommendations?
Any thoughts on this?
Hi, welcome!
I would make it a Feature request. It seems reasonable to allow HTML in this area.
It’s also possible to create a theme component. We can use a plugin outlet in this location. I quickly made one: GitHub - Arkshine/discourse-signup-cta-html. However, the preferred way would be to change the core as the components duplicate the code. (If you are new to theme component, you can follow Installing a theme or theme component)
Wow! Thank you so much - I appreciate it.
After updating Discourse, you can now add some HTML to the text for this feature, in both the title and body text. The relevant translations are:
- admin/customize/site_texts?q=signup_cta.value
- admin/customize/site_texts?q=signup_cta.intro
Thanks for posting about it!