You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
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.
6
6
7
7
## 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.
9
9
- Creates the block list data type based on the old nested content data type.
10
10
- Adds the new data type to the document type.
11
11
- 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
19
19
AliasFormatting: "{0}BL"
20
20
}
21
21
```
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.
24
24
- In the ``NameFormatting`` setting the ``{0}`` will be replaced with the nested content data type name. Make sure to keep the ``{0}``.
25
25
- In the ``AliasFormatting`` setting the ``{0}`` will be replaced with the property alias containing the nested content. Make sure to keep the ``{0}``.
26
26
@@ -30,7 +30,7 @@ If you would like to help me improve this package, feel free to create a pull re
30
30
31
31
## Issues
32
32
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!
0 commit comments