How can i add Fields to Contenttypes?

I have a fresh installation of Drupal 8.8.1 and i'm trying to add Fields to the Article Contenttype, but it doesnt work properly.

After choosing the Type for the new field (step 1), i can select the storage options (how many values can be entered, step 2). But the next step is leading to a blank page. The field gets added, but i cant edit this field. Clicking the Edit-Button in Content Types -> Article -> Manage fields leads to the same error, it only shows a blank page.

Drupal 8 Session table huge

Hi, the "session" table of Drupal 8 is getting very large +1.5Gb. What could be causing this and how to solve it definitively?

Thank you !!

How to override assertSameCurrency function in commerce?

In web/modules/contrib/commerce/modules/price/src/Price.php

We have

protected function assertSameCurrency(Price $first_price, Price $second_price) {
// Code
}

How to override this function in custom module?

none

none

Retrieving data from an webform submission table

Hi

I'm new to Drupal, so apologies if this is a bit obvious :)

I've written a webform (amending the contact us template that comes with the webforms module). The data is being stored in a table called webform_submission_data. Now I want to be able to display the data in the table on my site and develop a search area so that the collected data can be searched. I've installed the search API module, but I can't seem to get it working. Are there any good tutorials specifically about how to achieve this or can someone point me in the right direction?

Thanks!

How do the <li> </li> tags for each value of the field with TWIG ?

I have a Drupal site with a field that can have multiple values.

How do the <li> </li> tags for each value of the field with TWIG ?

<ul>
  {{ store.field_professionnel_livraison }}
</ul>

https://i.stack.imgur.com/NuadX.png
https://i.stack.imgur.com/GiGZ7.png

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x