How to enable CKEditor's mediaEmbed.previewsInData property in Strapi

Any idea how to set this up for the ck editor custome field plugin?

i tried this:

  ckeditor5: {
    enabled: true,
    config: {
      editor: {
        mediaEmbed: {
          previewsInData: true
        }
      }
    }
  }

but it ain’t working