mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: bulleted-list typo
This commit is contained in:
parent
fa05170c86
commit
5fdcdbd357
@ -144,7 +144,7 @@
|
||||
}
|
||||
],
|
||||
"attributes": {
|
||||
"subtype": "bullet-list"
|
||||
"subtype": "bulleted-list"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -155,7 +155,7 @@
|
||||
}
|
||||
],
|
||||
"attributes": {
|
||||
"subtype": "bullet-list"
|
||||
"subtype": "bulleted-list"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -170,7 +170,7 @@
|
||||
}
|
||||
],
|
||||
"attributes": {
|
||||
"subtype": "bullet-list"
|
||||
"subtype": "bulleted-list"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -25,7 +25,7 @@ NodeWidgetBuilders defaultBuilders = {
|
||||
'text': RichTextNodeWidgetBuilder(),
|
||||
'text/checkbox': CheckboxNodeWidgetBuilder(),
|
||||
'text/heading': HeadingTextNodeWidgetBuilder(),
|
||||
'text/bullet-list': BulletedListTextNodeWidgetBuilder(),
|
||||
'text/bulleted-list': BulletedListTextNodeWidgetBuilder(),
|
||||
'text/number-list': NumberListTextNodeWidgetBuilder(),
|
||||
'text/quote': QuotedTextNodeWidgetBuilder(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user