You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to make use of different heading levels than the current default of h1.
One short-term option could be to be able to configure the heading level used by Trix in django-prose, as described in this Trix issue : basecamp/trix#972, where they mention a conf key like :
Ideally though, we could choose the heading level for SEO and accessibility purposes. This PR contains an interesting layout that I think could be very useful : basecamp/trix#861
The text was updated successfully, but these errors were encountered:
For info we created this PR in our project which allowed us to add the heading levels. If you think a similar approach could be baked into the library let me know, maybe I could help develop it.
Hello and thanks for this great library.
I'd like to make use of different heading levels than the current default of
h1
.One short-term option could be to be able to configure the heading level used by Trix in django-prose, as described in this Trix issue : basecamp/trix#972, where they mention a conf key like :
Is there a way to set it in django-prose ?
Ideally though, we could choose the heading level for SEO and accessibility purposes. This PR contains an interesting layout that I think could be very useful : basecamp/trix#861
The text was updated successfully, but these errors were encountered: