Fixes for previous step (#1467)
parent
45b43fa132
commit
8149e2b2d1
24 changed files with 398 additions and 289 deletions
@ -1,122 +0,0 @@ |
|||||||
enum ToolbarButtons { |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
undo, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
redo, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
fontFamily, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
fontSize, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
bold, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
subscript, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
superscript, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
italic, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
small, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
underline, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
strikeThrough, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
inlineCode, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
color, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
backgroundColor, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
clearFormat, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
centerAlignment, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
leftAlignment, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
rightAlignment, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
justifyAlignment, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
direction, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
headerStyle, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
listNumbers, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
listBullets, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
listChecks, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
codeBlock, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
quote, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
indentIncrease, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
indentDecrease, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
link, |
|
||||||
@Deprecated('Please customize the button in the QuillProvider. ' |
|
||||||
'You will find toolbarConfigurations and then buttons and pass a value' |
|
||||||
' and change what you want, the tooltip for spesefic button for example') |
|
||||||
search, |
|
||||||
} |
|
Loading…
Reference in new issue