Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lantzify committed May 7, 2024
2 parents 0da8191 + 5a884ee commit 808680b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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.

## About
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.
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.
- Creates the block list data type based on the old nested content data type.
- Adds the new data type to the document type.
- And transfers the content to the newly created block list.
Expand All @@ -19,8 +19,8 @@ With the removal of nested content in Umbraco 13. Uppgrading can potentially be
AliasFormatting: "{0}BL"
}
```
- ``BlockListEditorSize`` Detirmes the default size when creating a block list data type. Sizes: ``small``, ``medium``, ``large``.
- ``SaveAndPublish`` When transfering content. If the node should be saved and published or only saved.
- ``BlockListEditorSize`` Determines the default size when creating a block list data type. Sizes: ``small``, ``medium``, ``large``.
- ``SaveAndPublish`` When transferring content. If the node should be saved and published or only saved.
- In the ``NameFormatting`` setting the ``{0}`` will be replaced with the nested content data type name. Make sure to keep the ``{0}``.
- In the ``AliasFormatting`` setting the ``{0}`` will be replaced with the property alias containing the nested content. Make sure to keep the ``{0}``.

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

## Issues

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

## Screenshots
![Demo](assets/demo.gif "Demo")
Expand Down

0 comments on commit 808680b

Please sign in to comment.