It appears as if you are trying to nest properties. That isn’t currently supported (using the Properties in document interface). Some topics below; the second one being the feature request and possibly some options to use for now.
Steps to reproduce
Create a metadata file with nested properties, like this:
---
test:
thing1: value1
thing2: value2
another: value3
---
Expected result
I want to change various property values in Preview mode as easily as before.
Strangely, some can be changed, some can’t. It’s confusing, arbitrary and not helpful.
I want to created nested properties in Preview mode. This seems now to be impossible. The choices of properties do not even include this as an option. It seems unsupported…
Use case or problem
We need to be able to support multi-level YAML. Especially for Dataview users
---
parent:
- child1:
- grandchild1: 1
- grandchild2: 2
- child2:
- grandchild3: 3
- grandchild4: 4
---