Trying to get more of the Tiptap buttons to work. Why does only bold, italics, strike work???

This commit is contained in:
Scott Idem
2024-11-22 17:19:00 -05:00
parent dd8181ba0e
commit 4c09edaceb
4 changed files with 305 additions and 111 deletions

View File

@@ -330,7 +330,7 @@ function send_poster_notification_email() {
<Tiptap_editor
default_minimal={true}
bind:html_text={$idaa_slct.post_comment_obj.content}
show_button_kv={{'heading__h1': false, 'heading__h2': false, 'heading__h3': false}}
show_button_kv={{'heading__h1': true, 'heading__h2': false, 'heading__h3': false}}
bind:new_html={$idaa_slct.post_comment_obj.content_new_html}
placeholder="Your post content here..."
/>