mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-09 16:19:31 -06:00
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
25 lines
553 B
TypeScript
25 lines
553 B
TypeScript
export const exampleTheme = {
|
|
rtl: "fb-editor-rtl",
|
|
ltr: "fb-editor-ltr",
|
|
placeholder: "fb-editor-placeholder",
|
|
paragraph: "fb-editor-paragraph",
|
|
heading: {
|
|
h1: "fb-editor-heading-h1",
|
|
h2: "fb-editor-heading-h2",
|
|
},
|
|
list: {
|
|
nested: {
|
|
listitem: "fb-editor-nested-listitem",
|
|
},
|
|
ol: "fb-editor-list-ol",
|
|
ul: "fb-editor-list-ul",
|
|
listitem: "fb-editor-listitem",
|
|
},
|
|
image: "fb-editor-image",
|
|
link: "fb-editor-link",
|
|
text: {
|
|
bold: "fb-editor-text-bold",
|
|
italic: "fb-editor-text-italic",
|
|
},
|
|
};
|