Trying to install updated packages to get the ShadEditor working. I hope.

This commit is contained in:
Scott Idem
2024-12-02 15:43:46 -05:00
parent b7515f0680
commit a0473cb50b
41 changed files with 3007 additions and 365 deletions

View File

@@ -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..."
/>