More work on the new rich text editor...
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user