Skip to content

Commit

Permalink
feat: add data stream admin body (#62)
Browse files Browse the repository at this point in the history
blushi authored Jun 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 13bd2f3 commit 22ac545
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/documents/registry/projectPage.js
Original file line number Diff line number Diff line change
@@ -32,5 +32,11 @@ export default {
'Create the OTC card to be displayed in the top right column of the project page',
validation: Rule => Rule.required(),
},
{
title: 'Data Stream Admin Body',
name: 'dataStreamAdminBody',
type: 'customPortableText',
validation: Rule => Rule.required(),
}
],
};

0 comments on commit 22ac545

Please sign in to comment.