About admin UI's layout please help

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