Copied to clipboard

Flag this post as spam?

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


  • Khalid Aziz 6 posts 96 karma points
    Oct 17, 2017 @ 21:10
    Khalid Aziz
    0

    Nested Content Support for Native Data Types in Umbraco 7.7

    I'm trying to use Umbraco's new Nested Containers and getting the following error:

    Property Grade Level uses editor Umbraco.DropDownMultiple which is not supported by Nested Content.
    

    Does anyone know if there's an exhaustive list of properties supported or not supported by Nested Content? I'm trying to establish some patterns on a new site and would like to make a decision about whether to move forward with using Nested Content, or to keep using Listviews to hold repeatable content.

  • Marcio Goularte 388 posts 1360 karma points
    Oct 18, 2017 @ 11:59
    Marcio Goularte
    0

    Some datatypes are not supported. I don't know if exists a list.

    An alternative would be Archetype.

    https://our.umbraco.org/projects/backoffice-extensions/archetype/

  • Kevin Jump 2342 posts 14869 karma points MVP 8x c-trib
    Oct 18, 2017 @ 12:26
    Kevin Jump
    101

    Hi

    I've found the the not supported list in the code here

    for compleatness it is:

    • "Umbraco.CheckBoxList",
    • "Umbraco.DropDownMultiple",
    • "Umbraco.MacroContainer",
    • "Umbraco.RadioButtonList",
    • "Umbraco.MultipleTextstring",
    • "Umbraco.Tags",
    • "Umbraco.UploadField",
    • "Umbraco.ImageCropper"

    Update: to be fair to Matt and Lee this is also noted in the readme for the project.

  • Marcio Goularte 388 posts 1360 karma points
    Oct 18, 2017 @ 14:14
  • Khalid Aziz 6 posts 96 karma points
    Oct 18, 2017 @ 14:14
    Khalid Aziz
    0

    Thanks for the answer, Kevin! I hadn't noticed it in the readme during my first pass and intensive googling returned nothing ...

Please Sign in or register to post replies

Write your reply to:

Draft