Skip to content

Commit

Permalink
Merge pull request #1461 from starknet-io/feature/add-twitter-to-ecos…
Browse files Browse the repository at this point in the history
…ystem-cards

Add twiter links to cards list
  • Loading branch information
rafaelcruzazevedo authored Sep 27, 2023
2 parents fa44d03 + 2e90b48 commit b1b118e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions workspaces/cms-config/src/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ export const cardListItem = [
widget: "string",
index_file: "",
meta: false
},
{
label: "Twitter",
name: "twitter",
required: false,
widget: "string",
index_file: "",
meta: false
},
{
label: "Start date time",
Expand Down

0 comments on commit b1b118e

Please sign in to comment.