Skip to content

Commit

Permalink
feat: add retirement label on credit class (#48)
Browse files Browse the repository at this point in the history
* feat: add retirement label on credit class

* feat: add retirement icon on credit class

* feat: add certificate in new fields title
  • Loading branch information
flagrede authored Oct 9, 2023
1 parent 9e834ae commit 9e4e1a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schemas/documents/registry/creditClass.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,15 @@ export default {
type: 'reference',
to: [{ type: 'program' }],
},
{
title: 'Retirement Certificate Label',
name: 'retirementLabel',
type: 'string',
},
{
title: 'Retirement Certificate Icon',
name: 'retirementIcon',
type: 'image',
},
],
};

0 comments on commit 9e4e1a5

Please sign in to comment.