Is your feature request related to a problem? Please describe.
Currently, a markdown file has too contain the following front matter to be considered a content file
---
title: ""
description: ""
---
This mean that Title: "" won't qualify.
Describe the solution you'd like
Approve a file as content if using
---
Title: ""
Description: ""
---
as well, if the framework selected supports it.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Currently, a markdown file has too contain the following front matter to be considered a content file
This mean that Title: "" won't qualify.
Describe the solution you'd like
Approve a file as content if using
as well, if the framework selected supports it.
Additional context
Add any other context or screenshots about the feature request here.