Skip to content

Commit 808680b

Browse files
committed
2 parents 0da8191 + 5a884ee commit 808680b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Auto block list is an Umbraco package made for v10+. Made to help automate the process of converting nested content into an block list. In addition it transfers the content to the new block list format.
66

77
## About
8-
With the removal of nested content in Umbraco 13. Uppgrading can potentially be challenging if you us it frequently. That's where Auto block list comes in. With one click AutoBlockLists runs the following workflow.
8+
With the removal of nested content in Umbraco 13. Upgrading can potentially be challenging if you use it frequently. That's where Auto block list comes in. With one click AutoBlockLists runs the following workflow.
99
- Creates the block list data type based on the old nested content data type.
1010
- Adds the new data type to the document type.
1111
- And transfers the content to the newly created block list.
@@ -19,8 +19,8 @@ With the removal of nested content in Umbraco 13. Uppgrading can potentially be
1919
AliasFormatting: "{0}BL"
2020
}
2121
```
22-
- ``BlockListEditorSize`` Detirmes the default size when creating a block list data type. Sizes: ``small``, ``medium``, ``large``.
23-
- ``SaveAndPublish`` When transfering content. If the node should be saved and published or only saved.
22+
- ``BlockListEditorSize`` Determines the default size when creating a block list data type. Sizes: ``small``, ``medium``, ``large``.
23+
- ``SaveAndPublish`` When transferring content. If the node should be saved and published or only saved.
2424
- In the ``NameFormatting`` setting the ``{0}`` will be replaced with the nested content data type name. Make sure to keep the ``{0}``.
2525
- In the ``AliasFormatting`` setting the ``{0}`` will be replaced with the property alias containing the nested content. Make sure to keep the ``{0}``.
2626

@@ -30,7 +30,7 @@ If you would like to help me improve this package, feel free to create a pull re
3030

3131
## Issues
3232

33-
If you find any issues with the package feel free to raise a issue!
33+
If you find any issues with the package feel free to raise an issue!
3434

3535
## Screenshots
3636
![Demo](assets/demo.gif "Demo")

0 commit comments

Comments
 (0)