Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marius 15 posts 102 karma points
    Dec 04, 2022 @ 11:09
    Marius
    0

    Does Nested Content Data Type was removed from V11?

    In new documentation there is article about nested content data type but it is missing in umbraco back office. Is this a bug or it was removed? enter image description here

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Dec 04, 2022 @ 20:50
    Søren Kottal
    100

    Nested Content has been deprecated in Umbraco 11. You can still use it though, but you need to enable deprecated property editors in config.

    You really shouldn't though. You can use Block List instead - Nested Content is going to be removed from Umbraco in version 13 (ETA Q4 2023).

  • Neil Chapman 42 posts 169 karma points
    Dec 12, 2022 @ 09:25
    Neil Chapman
    0

    That's fine for new projects, but what about existing U8/9/10 projects migrating up to 11+? Will there be migration plans for these data types (and Grid Layout)?

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Dec 12, 2022 @ 09:33
    Søren Kottal
    0

    Grid will still work in 11 and 12, but you will need to migrate to something else, before upgrading to 13.

  • Cedeste 36 posts 128 karma points
    Jan 25, 2023 @ 17:25
    Cedeste
    0

    Where is the content setting file that can be edited to show deprecated values? I see the example in your link, but it doesn't tell me which file it is in the site structure.

  • Neil Chapman 42 posts 169 karma points
    Jan 26, 2023 @ 13:05
    Neil Chapman
    0

    appSettings.json

    {
        "Umbraco": {
            "CMS": {
                "Content": {
                    "ShowDeprecatedPropertyEditors": true
                }
            }
        }
    }
    
  • Cedeste 36 posts 128 karma points
    Jan 26, 2023 @ 13:07
    Cedeste
    1

    Thank you!!!

  • Marius 15 posts 102 karma points
    Dec 05, 2022 @ 09:43
    Marius
    0

    Thanks for clarification. Will switch to blocklist.

  • Jay 409 posts 635 karma points
    Mar 16, 2023 @ 10:05
    Jay
    0

    Is block list gonna be in Umbraco V13? gonna try that out as I've been using too much Nested Content

Please Sign in or register to post replies

Write your reply to:

Draft