Skip to content

Commit

Permalink
Merge pull request #108 from editor-js/rename-to-list
Browse files Browse the repository at this point in the history
Fix (readme): remove redundant lines
  • Loading branch information
e11sy authored Nov 6, 2024
2 parents 0cdea32 + be12977 commit c0cb8ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Object `ItemMeta` for Ordered and Unordered lists would be empty.
"type" : "list",
"data" : {
"style": "unordered",
"maxLevel": 1,
"items": [
{
"content": "Apples",
Expand All @@ -123,7 +122,6 @@ Object `ItemMeta` for Ordered and Unordered lists would be empty.
"style": "ordered",
"start": 2,
"counterType": "upper-roman",
"maxLevel": 4,
"items" : [
{
"content": "Apples",
Expand All @@ -147,7 +145,6 @@ Object `ItemMeta` for Ordered and Unordered lists would be empty.
"type" : "list",
"data" : {
"style": "checklist",
"maxLevel": 4,
"items" : [
{
"content": "Apples",
Expand Down
2 changes: 1 addition & 1 deletion src/ListRenderer/ChecklistRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class CheckListRenderer implements ListRendererInterface<ChecklistItemMet
protected config?: ListConfig;

/**
* Is NestedList Tool read-only option
* Is Editorjs List Tool read-only option
*/
private readOnly: boolean;

Expand Down

0 comments on commit c0cb8ee

Please sign in to comment.