Hey all, I have a date field with a start and end date. I have a complex set of rules that I use to display this field, based on what the dates are. I have a custom twig template to handle this, but I'm having a little difficulty formatting the date in the way I want to. What I want to do is take whatever format from the "Manage Display" form and use that inside my twig template. This way I'm not manually adding PHP date formats in the template themselves, so if the client wants the date format to be different, there is no code push.
I have a custom Drupal (8) theme I have been putting together from scratch, and 2 CentOS web servers built to be as identical as possible.
Part way finished, I copied the theme I was working on in DEV onto PROD so the stakeholder could look at its progress. It worked alright, though it was not finished.
I continued to build the theme on the DEV box and am trying to apply it to the PROD server.
In an old Drupal website, we used the Marinelli theme and a site specific subtheme. We created multiple Views in the old website, and the client wants to use them in the new website.
The Headers in my old website View output have light blue backgrounds. For a new website that is based on the old one, I want the Headers in my View output to have light green backgrounds.