You are creating a page listing products for sale You've been asked to make sure that each product in the list includes an image, a title, and a price When the user clicks the title or picture, she will be taken to a detail page showing a full description of the product.
How can you make sure that the listing page only contains the fields noted, without removing the description field from the detail page?
Choose 2 answers
The UX team wants to display a search box in the site header region on all pages except for the search page itself The search page path is '’/search."
What is the simplest way to add the search form to the header region, and exclude itfrom the search page''
You manage twosites A public site ("'Prod"), which is live to the world, and a development site ("Dev"), for building new features and testing updates. Dev is a clone of Prod
You have created a new content type, fields and View on Dev After testing and ensuring that everything is working correctly on Dev, you would like to deploy these changes to Prod
How will you do this using only Drupal core modules'?