Skip to content

Commit

Permalink
Add new fields to externalFile type
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed Jan 9, 2025
1 parent c37c903 commit f247861
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions carbon-projects/schemas/objects/externalFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,15 @@ export default defineType({
title: "MIME Type",
name: "mimetype",
},
{
type: "string",
title: "File category",
name: "category",
},
{
type: "number",
title: "File size",
name: "size",
},
],
});
2 changes: 1 addition & 1 deletion lib/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export { LinkedInIcon } from "./Icons/LinkedInIcon";
export { MetaMaskFoxIcon } from "./Icons/MetaMaskFoxIcon";
export { PlayIcon } from "./Icons/PlayIcon";
export { PoolIcon } from "./Icons/PoolIcon";
export { RSSIcon } from "./Icons/RSSIcon";
export { RedditIcon } from "./Icons/RedditIcon";
export { RSSIcon } from "./Icons/RSSIcon";
export { SnapshotIcon } from "./Icons/SnapshotIcon";
export { TelegramIcon } from "./Icons/TelegramIcon";
export { ThemeMoonIcon } from "./Icons/ThemeMoonIcon";
Expand Down

0 comments on commit f247861

Please sign in to comment.