@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | public const BLOG_POST_SCHEMA = [ |
16 | 16 | 'title' => 'string', |
17 | - 'description' => 'string', // Excerpt is also supported |
|
17 | + 'description' => 'string', // Excerpt is also supported |
|
18 | 18 | 'category' => 'string', |
19 | 19 | 'date' => 'string', |
20 | 20 | 'author' => ['string', AuthorSchema::AUTHOR_SCHEMA], |