Trying to install updated packages to get the ShadEditor working. I hope.
This commit is contained in:
@@ -359,7 +359,17 @@ function send_staff_notification_email() {
|
||||
<Tiptap_editor
|
||||
default_minimal={true}
|
||||
bind:html_text={$idaa_slct.post_obj.content}
|
||||
show_button_kv={{'heading__h1': true, 'heading__h2': true, 'heading__h3': true}}
|
||||
show_button_kv={{
|
||||
'heading__h1': true,
|
||||
'heading__h2': false,
|
||||
'heading__h3': false,
|
||||
paragraph: false,
|
||||
bulletList: true,
|
||||
orderedList: true,
|
||||
hardBreak: true,
|
||||
link: true,
|
||||
unsetLink: true
|
||||
}}
|
||||
bind:new_html={$idaa_slct.post_obj.content_new_html}
|
||||
placeholder="Your post content here..."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user