I'm currently following tutorial for getting me into Umbraco CMS.
All is good for the moment, but following this tutorial concerning Umbraco 10 (Youtube Tuto video), I realise that I haven't got the "Nested Content" property editor available in the list of Poperties editor.
Is it by purpose ? Has it been replaced in Umbraco 11 by something else ?
Nested Content is working in almost the same way as the Block List editor (https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor), but it should be in there
It is not removed from the source code.
Is the editor being used as a child property, of something inside a block, you may run into some of its limitations.
Umbraco 11 and Nested Content property Editor
Hello there !
I'm currently following tutorial for getting me into Umbraco CMS. All is good for the moment, but following this tutorial concerning Umbraco 10 (Youtube Tuto video), I realise that I haven't got the "Nested Content" property editor available in the list of Poperties editor.
Is it by purpose ? Has it been replaced in Umbraco 11 by something else ?
Tx you for your help,
Regards,
Hi Fabian,
Nested Content is working in almost the same way as the Block List editor (https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor), but it should be in there
It is not removed from the source code.
Is the editor being used as a child property, of something inside a block, you may run into some of its limitations.
Hello tx you for the reply.
I'm following closely the youtube vidéo, from a blank v11.0 umbraco project.
I'm trying to create a new Data Type :
Here is the full list of components at disposal :
I juste redo a new blank installation :
dotnet new -i Umbraco.Templates::11.0.0
dotnet new umbraco -n "MyProject"
dotnet run --project "MyProject"
From there, going into new Datatype creation and accessing the Property Editor components doesn't show the Nested Content editor.
Release bug ?
Nested Content has been deprecated in v11, and is only visible on upgraded projects, or if you flick a config setting.
You really shouldn't use Nested Content anymore, as it will be removed in v13.
Tx you for the reply. I didn't find quickly a reference to this change in the V11 documentation.
Regards,
https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings#show-deprecated-property-editors
is working on a reply...