mirror of
https://github.com/strapi/strapi.git
synced 2025-09-28 01:40:11 +00:00
Add File ID to edit asset dialog
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
3ddf1626e7
commit
b18b636962
@ -225,6 +225,14 @@ export const EditAssetDialog = ({
|
|||||||
}),
|
}),
|
||||||
value: getFileExtension(asset.ext),
|
value: getFileExtension(asset.ext),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
label: formatMessage({
|
||||||
|
id: getTrad('modal.file-details.id'),
|
||||||
|
defaultMessage: 'File ID',
|
||||||
|
}),
|
||||||
|
value: asset.id,
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user