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.
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:
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.
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/
Hi
I've found the the not supported list in the code here
for compleatness it is:
Update: to be fair to Matt and Lee this is also noted in the readme for the project.
Wonderful! I'll update in the documentation with this list.
https://our.umbraco.org/documentation/getting-started/backoffice/Property-Editors/Built-in-Property-Editors/Nested-Content
Thanks for the answer, Kevin! I hadn't noticed it in the readme during my first pass and intensive googling returned nothing ...
is working on a reply...