/attributes - fields shared by all (or almost all) post types*
│ ├── additional_fields.js
└── /components - custom components
└── /island - our way of defining fields
├── /localized_island - how localization is integrated in the project
│ ├── LocalizedIsland.jsx
├── /migrations - stores migration files for bulk changes to the data
├── /modules - both modules and heros are stored here
├── /schemaTypes - defines the post types that will contain documents
├── /sidebar-structure - how all sidebars of the project are structured
├── /static - images for heros and modules thumbnails
├── /styling - styling of the studio
├── /utils - helper functions