Skip to content

Navigation menu titles can't be set in BladeMatter #383

Closed
@caendesilva

Description

This is caused in FindsNavigationDataForPage.php where the front matter is only read for Markdown pages.

if ($this->page instanceof AbstractMarkdownPage) {
    if ($this->page->matter('navigation.title') !== null) {
        return $this->page->matter('navigation.title');
    }

    if ($this->page->matter('title') !== null) {
        return $this->page->matter('title');
    }
}

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions