I am trying to migrate a site to a Drupal 10 site. The site contains books and diagrams. Books contain diagrams. Diagrams can occur in multiple books. A diagram has a specific page in a specific book. So the relationship between a book and a diagram has several attributes, one is the page number. Diagrams can have zero or more photos. Photos have credits.
I am using the feeds module to import content, however when putting for example 01/05/2024 in a date field, the database is storing that as 5th Jan, which is clearly wrong as that format is only used in one country...
How can one specify the import format - I couldn't find an easy way in imports, it only has timezone handling.
I have created a content type with several fields.
For a few fields I have a fixed list of possible values to choose from, such as a country.
But for one field I would like to be able to enter a new possible value that will then become part of the list of values for that field.
At this time I first have to go to the content type field definition to add an item to the Text List of that field and then return to the content to choose that value.
I hope this can be done more efficient but I can't find any information on how to do that.