1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Revert "Use a spotlight frontmatter property for category landing pages" (#53492)

This commit is contained in:
Hector Alfaro
2024-12-05 14:48:15 -05:00
committed by GitHub
parent 8cd4906f4f
commit 2849b15eb7
5 changed files with 39 additions and 65 deletions

View File

@@ -262,22 +262,6 @@ export const schema = {
octicon: {
type: 'string',
},
spotlight: {
type: 'array',
minItems: 3,
maxItems: 3,
items: {
type: 'object',
properties: {
article: {
type: 'string',
},
image: {
type: 'string',
},
},
},
},
// END category landing tags
},
}