Skip to content

Enhancement: Extend requirement for content #473

Description

@DennisL68

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions