How the data pass to extensions/content-manager/admin/src/containers/EditView/index.js

System Information
  • Strapi Version: 3.3.3
  • Operating System: MacOS 11.0.1
  • Database: MongoDB
  • Node Version: v12.19.1
  • NPM Version: 6.14.8
  • Yarn Version:

Hi!

I’ve created a new collection type called “article” and another one called “note”.

I know that the view of a single entry for a collection type is managed, in content manager, by the EditView component, so I’ve copied in the extensions/content-manager/admin/src/containers/EditView/index.js the original index.js to customize it.

What I want to achieve is to show in the single entry view of the collection type “article” some data I want to get from some entries of the collection type “note”, but I can not understand how the data are passed from the DB to the EditView…

Thanks in advance for your answer!

Davide


1 Like