Skip to content

Commit

Permalink
Deprecate canonicalUrl from page schema
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 11, 2023
1 parent 702aed7 commit 440a049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface PageSchema extends FrontMatterSchema
{
public const PAGE_SCHEMA = [
'title' => 'string',
'canonicalUrl' => 'string',
'canonicalUrl' => 'string', // DEPRECATED
'navigation' => NavigationSchema::NAVIGATION_SCHEMA,
];
}

0 comments on commit 440a049

Please sign in to comment.