Skip to content

Commit

Permalink
feat: add project card prompt to profile page (#60)
Browse files Browse the repository at this point in the history
* feat: add project card prompt to profile page

* fix: set profilePage as unique
  • Loading branch information
blushi authored May 23, 2024
1 parent 2a5e132 commit abf6a60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schemas/documents/registry/profilePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@ export default {
description:
'This card gets displayed the first time a user accesses his/her own profile page',
},
{
title: 'Project card prompt',
name: 'projectCardPrompt',
type: 'customPortableText',
description:
'This prompt gets displayed on off-chain projects cards on project admin\'s private view of their projects',
},
],
};
1 change: 1 addition & 0 deletions uniqueDocuments.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ export const uniqueDocuments = [
'tokenPage',
'validatorsPage',
'walletAddressRegistrationPage',
'profilePage'
];

0 comments on commit abf6a60

Please sign in to comment.