diff --git a/README.md b/README.md index 49d74cc..473cb62 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Also: - All jQuery Sortable options, events and methods are available - It is possible to define elements that will not accept a new nested item/list and a maximum depth for nested items - The root level can be protected +- The parentship of items can be locked, just as if it was a family tree. ## Usage @@ -60,6 +61,8 @@ Also, the default list type is `
    `. ## Custom Options
    +
    disableParentChange (2.0)
    +
    Set this to true to lock the parentship of items. They can only be re-ordered within theire current parent container.
    doNotClear (2.0)
    Set this to true if you don't want empty lists to be removed. Default: false
    expandOnHover (2.0)