More work on the new rich text editor...

This commit is contained in:
Scott Idem
2024-12-03 12:39:30 -05:00
parent 971ffbad02
commit 6d94583885
4 changed files with 309 additions and 361 deletions

View File

@@ -360,15 +360,11 @@ function send_staff_notification_email() {
default_minimal={true}
bind:html_text={$idaa_slct.post_obj.content}
show_button_kv={{
'heading__h1': true,
'heading__h2': false,
'heading__h3': false,
paragraph: false,
bulletList: true,
orderedList: true,
hardBreak: true,
text: true,
bullet_list: true,
ordered_list: true,
link: true,
unsetLink: true
unset_link: true
}}
bind:new_html={$idaa_slct.post_obj.content_new_html}
placeholder="Your post content here..."
@@ -378,15 +374,11 @@ function send_staff_notification_email() {
default_minimal={true}
bind:html_text={$idaa_slct.post_obj.content}
show_button_kv={{
'heading__h1': false,
'heading__h2': false,
'heading__h3': false,
paragraph: false,
bulletList: false,
orderedList: false,
hardBreak: false,
link: false,
unsetLink: false
// text: true,
// bullet_list: true,
// ordered_list: true,
// link: true,
// unset_link: true
}}
bind:new_html={$idaa_slct.post_obj.content_new_html}
placeholder="Your post content here..."