Replies: 1 comment
-
|
It's an interesting concept, but definitely an edge-case for the Data List editor, (in terms of keeping it generalized). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a use case using datalist editor and Umbraco content nodes, where it would be useful to add nodes from editor via infinite editing. Probably only relevant, when Umbraco content nodes is used a data source.
Currently it looks like this:
It would also be a cool opt-in feature in content picker in Umbraco core.
I guess it may be possible as the dynamic root node knows about start node, but it may be more difficult if not use a single parent node for the entities listed, because under which parent node should the new entity be created?
Perhaps an option is to select the specific parent content node first.
Beta Was this translation helpful? Give feedback.
All reactions