File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Markdown/Contracts/FrontMatter/SubSchemas Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ interface FeaturedImageSchema
1212{
1313 public const FEATURED_IMAGE_SCHEMA = [
1414 'path ' => 'string ' ,
15- 'url ' => 'string ' ,
15+ 'url ' => 'string ' , // Takes precedence over path
1616 'description ' => 'string ' ,
1717 'title ' => 'string ' ,
1818 'copyright ' => 'string ' ,
Original file line number Diff line number Diff line change 77use Hyde \Markdown \Contracts \FrontMatter \BlogPostSchema ;
88use Hyde \Markdown \Contracts \FrontMatter \PageSchema ;
99use Hyde \Markdown \Contracts \FrontMatter \SubSchemas \NavigationSchema ;
10- use Hyde \ Testing \TestCase ;
10+ use PHPUnit \ Framework \TestCase ;
1111
1212/**
1313 * A state test to ensure the schemas can't be changed without breaking the tests.
You can’t perform that action at this time.
0 commit comments