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
Auto block list is a Umbraco package made for v10+. Made to help automate the process of converting nested content into a block list. And transfering the content.
2
+
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.
3
3
4
4
## About
5
-
With the removal of nested content in Umbraco 13. Uppgrading can become a bit of a nightmere if you frequently use it. That's where Auto block list comes in. With one click AutoBlockLists runs the following workflow.
6
-
- Creates the block list data type.
5
+
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.
6
+
- Creates the block list data type based on the old nested content data type.
7
7
- Adds the new data type to the document type.
8
-
- And lastly it transfers the content to the newly created block list
8
+
- And transfers the content to the newly created block list. In a saved state.
9
9
10
10
### Settings
11
+
There 2 settings that can be changed. Make sure to keep the ``{0}``.
12
+
11
13
```
12
-
"AutoBlockList": {
13
-
NameFormatting: "[Block list] - {0}",
14
-
AliasFormatting: "{0}BL"
15
-
}
14
+
"AutoBlockList": {
15
+
NameFormatting: "[Block list] - {0}",
16
+
AliasFormatting: "{0}BL"
17
+
}
16
18
```
19
+
- In the ``NameFormatting`` setting the ``{0}`` will be replaced with the nested content data type name.
20
+
- In the ``AliasFormatting`` setting the ``{0}`` will be replaced with the property alias containing the nested content.
17
21
18
22
## Contributing
19
23
@@ -22,3 +26,5 @@ If you would like to help me improve this package, feel free to create a pull re
22
26
## Issues
23
27
24
28
If you find any issues with the package feel free to raise a issue!
0 commit comments