1
0
mirror of synced 2025-12-23 21:07:12 -05:00

add development placeholders and toggles for landing page redesign (#56981)

This commit is contained in:
Evan Bonsignori
2025-08-07 12:33:09 -07:00
committed by GitHub
parent fad4a64d54
commit 43bb7e128b
16 changed files with 668 additions and 6 deletions

View File

@@ -14,6 +14,9 @@ const layoutNames = [
'release-notes',
'inline',
'category-landing',
'bespoke-landing',
'discovery-landing',
'journey-landing',
false,
]
@@ -325,6 +328,11 @@ export const schema = {
},
description: 'Array of articles to feature in the spotlight section',
},
// Recommended configuration for category landing pages
recommended: {
type: 'array',
description: 'Array of articles to feature in the carousel section',
},
},
}