We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c87474 commit fa764afCopy full SHA for fa764af
1 file changed
src/frame/lib/frontmatter.js
@@ -169,6 +169,13 @@ export const schema = {
169
prefix: { type: 'string' },
170
},
171
172
+ audience: {
173
+ type: 'array',
174
+ items: {
175
+ type: 'string',
176
+ enum: ['builder', 'driver'],
177
+ },
178
179
// DEPRECATED: Use 'contentType' instead of 'type' for new content.
180
// 'type' exists on ~40% of files but is used only for internal analytics.
181
// Migration tool: src/content-render/scripts/add-content-type.ts
0 commit comments