I am a beginner in Drupal. I have to implement the RDF concept in Drupal 8 for a new project. Could you please guide me how to achieve the same? Kindly help me on this.
Note: I have tried to install RDFUI. But that installation throws some errors. It is not working as it is explained in the documentation.
I tried installing Drupal console 1.9.5 for drupal 9 and it has a ways to go. While the drupal list command worked, I examined doing a "drupal gm" command to generate a module. It failed to include a core _version_requirement command line in the *.info.yml file which indicates its not ready for prime time although it includes symfony 4.4 support and twig 2.0 support and as of now support has been removed for php 5. Version 1.9.5 was released on August 15.
Hi , please, I need your input. I work for a small company (canadaprimemarketing.com) that has little resources and they have a website developed for them by Drupal.
I know that Drupal has a strong reputation, but I'm worried about my WordPress experience. As well as making tweaks / changes to the website, I 'm concerned about the SEO side (how simple it is to incorporate and deal with the technical side).
Hello! In my view I have div.product-card__image. This div contains an image. Help me please to add itemprop="image" to this image using template.php. Drupal 7.
I saw many questions on the web regarding the change of the Title field label within a content type. This can be done programatically by creating a custom module and using form alter, but in this case we do not have to do that, because on the Title field we have an exception. When creating a content type, the title field is automatically added and does not appear in the fields section in Drupal8, so you can not change the label from there as you do it for other fields. In order to change the label of the Title field.