Hello, I took the site drupal( 8.6.1) a get it at home. I took the core, remove the vendor and rebuild it with composer (and dependencies) and recovered the base. In "not connected" everything is fine. And then when I log with admin/... , I have this:
Intercom is retailer company for selling garden and vineyard machines, accessories and equipment. They are mainly in agricultural business. They have a lot of offline stores and dealers with service departments.
I have many articles. Each of them have a multi-values date field.
So if I fill 2 dates, this article is publish two times in my hub.
In my view, i'm sorting by this field. At this point, everything works like a charm but when I try to display date (in the twig tmp) in each article I have always the same date for all duplicates posts.
In fact, I think it's logical because it's the same entity.
Im starting a new project where I'd like to change the CSS based on the tags added. I need to be able to use 5 to 7 tags, make some sort of calculation and then use the outcome to define the CSS for that specific content.