Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am building a bilingual site with Drupal 10 and I am using views to show content items listings. In my views I am using field: Custom text to format the teasers of each item the way I want.
I have translated all the fields of my content types and my issue is how to show in the custom text each field's label.
Because I have no ability to use composer online I wanted to clone my online Drupal site perfectly,
duplicate the database on my local xampp
then install the newest Drupal version with composer,
and reconnect to the database with the same name.
As a test I did create a few sites of content online, before exporting that database and importing it again,
and now that I have installed Drupal on xampp on Windows I see the empty new page which tells me that no content would be created yet.