How can you make sure that the listing page only contains the fields noted, without removing the description field from the detail page?

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...

January 13, 2021 No Comments READ MORE +

Why is your page not appearing in the search results?

You have created a new "BasicPage" node with a title and a body field. Your site is configured to use Drupal 8's core search Searching for a phrase used in your new page is not returned in search results. Search is otherwise working correctly. Why is your page not appearing...

January 13, 2021 No Comments READ MORE +

How should you request a web Ul in the module's issue queue1?

You have installed a contributed module called "Sample Module" that looks like it will be a great fit for the business case you are trying to solve. However, upon closer examination, it looks like the module only supplies a drush command; it does not have an admin interface. As a...

January 12, 2021 No Comments READ MORE +

How can you safely uninstall the module?

You had installed a contributed module on your website, but your site no longer needs it No other modules have dependencies on this module. How can you safely uninstall the module?A . You can only disable modules, not uninstall themB . Delete the module from the codebaseC . Uninstall the...

January 11, 2021 No Comments READ MORE +

What could be the problem'?

You have created a new Comment type, but when you try to add a comment field to a Content type, you can't select your new Comment type. What could be the problem'?A . In your new Comment type, you didn't select "Content" as the Target entity typeB . Custom comment...

January 11, 2021 No Comments READ MORE +

Which THREE points would support your case?

You are pitching for development of a Drupal based website to yournew customer. You want to emphasize how flexible Drupal is. Which THREE points would support your case? Choose 3 answersA . Drupal has configurable content types and field types for modeling content.B . Drupal allows you to build pages...

January 11, 2021 No Comments READ MORE +

How do you implement the block?

You are asked to implement a "employee of the month" block into your corporate website The block should show name and picture of the employee and should be editable over the normal block layout All the employees are users of the website How do you implement the block?A . Create...

January 8, 2021 No Comments READ MORE +

How will you fix the spelling of the category?

White reviewing an article node, you notice that the linked text for one of its assigned categories is misspelled. How will you fix the spelling of the category? Choose 2 answersA . Go to the Taxonomy admin page. In the "Categories" row, choose "List terms." Find the row for the...

January 6, 2021 No Comments READ MORE +

What are four features built into Drupal 8 core?

What are four features built into Drupal 8 core?A . WYSIWYG Editor, Quick Tips, Guided Tour, TaxonomyB . Theme engine Twig, Quick Edits, Configuration management, Cache TagsC . Webforms, Layout Builder Media Construction Kit (MCK), Web TokensD . Configuration management, Quick Layouts, Media Library, Page rulesView AnswerAnswer: A

January 5, 2021 No Comments READ MORE +

How can you modify the view to support filtering by ingredient?

You are building a recipe site in which users submit their favorite recipes as nodes, tagged with common ingredients from a carefully curated taxonomy vocabulary. You've been asked to create a page on which site visitors can select the ingredients they have on hand and view all the site's recipes...

January 4, 2021 No Comments READ MORE +