Editing array content from admin - json schema

i want to give the possibility to the business to modify the list of items of this list, but in the admin the elements have always the name “ITEM”


the schema in the custom app:

campaignName: {

      title: "Campaign",

      description: "",

      type: "array",

      items: {

        properties: {

          item: {

            type: "string",

          },

        },

      },

    },

my question is how i can show the the value in the key of the elements instead of “ITEM”.
thank you

Hello @moel !

I think this answer in this other post solve your problem:

Poderia me ajudar? estou com o mesmo problema, gostaria de setar um titulo porém quando tenho um campo de imagem, a thumb sobrepoe o título
image