add development placeholders and toggles for landing page redesign (#56981)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user