Skip to content

Commit

Permalink
Added description to asset download content type
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Sep 26, 2024
1 parent 9941c8f commit e50bc94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = async function (migration, { makeRequest }) {
const assetDownload = migration
.createContentType("assetDownload")
.name("Asset Download")
.description("")
.description("Provides a link for downloading assets, formatted with a file-type icon, and a detals-type panel for requesting an accessibile file format.")
.displayField("linkText");

assetDownload
Expand Down
Binary file modified Contentful-Schema/migrations/migrations.tar.gz
Binary file not shown.

0 comments on commit e50bc94

Please sign in to comment.