About admin UI's layout please help

in my project I use image remote url not upload component.
but I can’t see preview at article list in admin content-manger panel
please how to do I can see image preview with remote url (string)
thanks a lot

resolve! official document is ok. but not setp by step for beginner.

  1. copy
    project directory/mode_modules/strapi-plugin-content-manager/admin/src/components
    to
    project directory/extensions/admin/src/components
  2. in cmd run
    strapi develop --watch-admin
  3. edit files in project directory/extensions/admin/src/components you can see changes
  4. this article has another example:
    how to customize content manager UI? · Strapi
1 Like