Drupal Planet

Insights

pexels-vlado-paunovic
Article

This is a presentation about a relatively new module called Layout Paragraphs. However, it really should be subtitled as "A brief history of laying things out in Drupal". 
Sajari logo
Article

Those of you who work with Drupal, you are probably familiar with the combination of using Search API with a search backend such as MySQL or Solr. A pluggable architecture makes Search API a good choice for indexing content in Drupal.
Dials and sliders
Article

The final installment of a five-part series of articles exploring the configuration schema, how developers can define this schema in their modules and provide defaults, as well as how to debug configuration schema errors.
Dials and sliders
Article

Part four of a five-part series of articles exploring the Drupal 8 Configuration API. This part looks at various modules that extend the Configuration API, use cases behind these modules, and how the modules work.
Social Share initial
Article

There are couple of online tools, and integration modules to get sharing widget to your site. They rely on JavaScript and the security of your users is questionable. This article will show you how to create a simple yet flexible and safer service sharing widget without line of JavaScript.
Screenshot from Drupal.org of the Entity Class Formatter module
Article

The Entity Class Formatter is a nifty little Drupal 8 module which allows editors to place classes on to entities, allowing their look and feel to be altered in the theme layer.
Drupal screenshot of the Enforce Profile Field module page
Article

The Enforce Profile Field is a new Drupal 8 module which allows editors to enforce the completion of one or more fields in order to access content on a site.
Lightbulb with radiating chalk options representing different choices
Article

The Entity Reference Display module allows editors of Drupal sites to select which view mode they would like to display a list of entities as.
A scooter speeding through the street
Article

Client-side performance can be dramatically improved by removing Render-Blocking JavaScript with LABjs. No more waiting and no more spinning-wheel icons for users to see. You can get a user speed experience of a simple site with all advantages of complex functionality-rich site.
Custom templates in WYSIWYG
Article

Creating responsive websites is easy these days with frameworks like Zurb’s Foundation and Bootstrap. The WYSIWYG API template plugin module allows us to predefine templates in WYSIWYG, helping editors to layout content for a mobile friendly website.