In one of my content types I have a quite complex display that I would like to reuse with some slight modifications. As it is complex with many fields I would like to find a way to simply clone it with a new name and then make my modifications.
Is there a way to do that or do I have to build it from the beginning?
I encounter a problem after saving my site under drupal 7.56 and having it restored on another server.
Since this operation, on the new serveur, it is no longer possible to modify the configuration of the site via the administration interface.
Everything else works normally.
Do you have an idea of the origin of the problem?
Thank you
I've created a Paragraph Bundle, that includes a Dropdown field. I'd like to populate the options in this field programatically.
Trouble is, I have no idea where to begin or how to go about this.
Any 'preprocess field' content I find online seems to relate to preprocessing the field before it is rendered on the front end, not the preprocessing the field when it is in "form" mode.
Would anyone know what I should be doing to tackle this problem?
From past few days I was playing with d3js and trying to find how to do xx graph by feeding views output.
So started with line chart library which ships with d3 module and thought of creating simple table with data like(same as like issues created in a month and fixed in a month)