Switched to NGIµNX from Apache and in content type management the Manage Form Display is not rendering correctly. All the other tabs are correctly rendered.
Is this a problem with nginx or have I accidentally mucked something up in the transfer
I have installed bootstrap theme in Drupal 8. Later I have installed a subtheme with the sass version of the starterkit.
If I install a subtheme with the cdn version of the starterkit I can select diferent themes from jsDelivr cdn provider.
Sass version starts with the default theme style. Is it posible to start with a diferent theme style like "Slate" for example, and start to override the styles from it?
I set up a view for content type ‘plant’ and pulled in the entity reference field to a paragraph type called “citations” with unlimited number of values allowed.
I have a view with contextual filter to the content ID, and was expecting one result, when I tested with a node that had three entries in the citations entity reference.
But it gave me the same entry three times. I was hoping the three paragraph fields to be listed together, similar to being able to group a list of taxonomy results.
Drupal 8 has introduces composer as the "preferred way" of managing an installations code.
Unfortunately this introduces a massive new headache for people who run a dev/prod environment where git is the primary method of keeping the two environments in sync
When composer pulls in a project with a git repo that project is automatically excluded from any downstream (prod) pulls therefore whenever you attempt to do an update to the upstream repo (dev) and pull the changes into prod any changes in the submodules is ignored.