Skip to content

Commit 473defa

Browse files
authored
Create umbraco-marketplace-readme.md
1 parent c46a09b commit 473defa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

umbraco-marketplace-readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Auto block list
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+
4+
## About
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+
- Adds the new data type to the document type.
8+
- And transfers the content to the newly created block list. In a saved state.
9+
10+
### Settings
11+
There 2 settings that can be changed. Make sure to keep the ``{0}``.
12+
13+
```
14+
"AutoBlockList": {
15+
NameFormatting: "[Block list] - {0}",
16+
AliasFormatting: "{0}BL"
17+
}
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.

0 commit comments

Comments
 (0)