Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have been doing the module development documentation for drupal 8. As I am very rusty with my PHP and I am just learning module development I am running into issues when the documentation is not clear.
I am currently migrating our old website to drupal 8. We have over 1000 PDF's that need to meed ADA strict standards for screen reader access.
SO we are going to convert our PDF into html first. The good converters break the converted file into numerous .CSS, .JS and image files and folders. Whats the best practice to import them into a page node as html???
I am trying to programmatically copy a field from 1 content type to another one in D8. What works well with my code snippet: the content type fields are copied, the form display settings (manage form display) are copied.
What doesn't work: the display settings (manage display) are not. For example, a field with label "hidden" in the source content type will show label "above" after copy.
How are we supposed to programmatically get/set the display settings (label and format) of a field?
i want to setup the multisite in drupal 8 and i want like wordpress where there is a main site and other sites and from the main site we can create a subsite and manages all subsite is it possible in the drupal 8? is there any provision where all subsites can be managed and there is a gloabal site dashboard where all subsites can create rather than the we have to create a folder or there is any module for the same
There are some questions related to the multisite and I want to ask is it possible in drupal 8 like wordpress have multisite concept