I want to add a field of type entity_reference with unlimited values (programmatically) to a Content type. Can you please give me some examples? The ones that I found online are not very clear.
I have a custom module inside the custom profile and this module provides a new custom content entity, which is translatable. After site installation, the status page says that entity updates are needed for this custom entity and it needs to remove some translation-related fields like author, status, created, changed. If I apply these updates, nothing changes, everything seems to be working. These fields are all marked as translatable in entity class and the logic inside ContentTranslationHandler::getFieldDefinitions() shouldn't apply, although I think maybe it does somehow.
I have a class, and I want to be able to use it on the CMS, not depending on any module, for example because I want to keep it updated by git and use it not only in Drupal projects:
I just realized that maybe some menus are missing in the admin of my Drupal version.
For example, on my version of the admin/structure/types/page, there is on the top a gray background with the title of the page "Manage display". Then, just below, there is also a menu on a gray background with the following entries: Edit, Manage fields, Manage form display, Manage display.
Newcomming to Drupal community, I have chosen Drupal (8.7.5) as the base for getting into deploying web solutions based on CMS for further projects, and really would like to understand architecture of this platform. What is the best way for making a local server on Mac for further different web development?