Trying to get more of the Tiptap buttons to work. Why does only bold, italics, strike work???
This commit is contained in:
@@ -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..."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user