-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Describe the bug
In case a Frontmatter subentry has to be taken as name of a custom contentType, it won't work. For example:
FrontMatter
---
title: xxx
subtitle: yyy
photo:
file: my-photo.jpg
name: My Photo
---
Setting
"frontMatter.taxonomy.contentTypes": [
"name": "default",
"previewPath": "/static/photos/",
"fields": [
...
{
"title": "Article preview",
"name": "photo.file",
"type": "image"
}
]
]
Expected behavior
Subentries should be noted if they are separated by a period.
Maximization
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request