2022-11-02 15:32:37 +01:00
|
|
|
export const userimg = {
|
|
|
|
name: `userimg`,
|
2022-11-02 14:12:38 +01:00
|
|
|
type: 'document',
|
2022-11-02 15:32:37 +01:00
|
|
|
title: `User Image`,
|
2022-11-02 14:12:38 +01:00
|
|
|
fields: [
|
|
|
|
{
|
2022-11-02 15:35:30 +01:00
|
|
|
name: 'recordid',
|
2023-06-17 10:51:25 +02:00
|
|
|
type: 'string',
|
|
|
|
title: 'Image ID',
|
2022-11-02 15:32:37 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'img',
|
2022-11-02 14:12:38 +01:00
|
|
|
type: 'image',
|
|
|
|
title: 'Image',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|