Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah committed Nov 13, 2023
1 parent 9b135e1 commit ee9376c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/forms/RichEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export class RichEditor extends Component {
content_style: "body { font-size: 14px; }",
plugins: ["codesample", "link", "lists", "table", "autoresize"],
toolbar:
"blocks | bold italic link codesample blockquote table | \
bullist numlist | outdent indent | undo redo",
"blocks | bold italic link codesample blockquote table | bullist numlist | outdent indent | undo redo",
autoresize_bottom_margin: 20,
block_formats: "Paragraph=p; Header 1=h1; Header 2=h2; Header 3=h3",
};
Expand Down

0 comments on commit ee9376c

Please sign in to comment.