Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

6. Drupal: Theming

28/08/2019, by mikhail

The theming in Drupal 8 has been changed. This is primarily due to the transition to object-oriented programming and the use of the twig template engine. If earlier it was enough to learn a little PHP, HTML, CSS and start creating your own theme, now you need to figure out twig as well. On the one hand, this complicates the development of Drupal, but on the other hand simplifies the development process. Using a template engine is more convenient for a group of developers when one specialists specializes in developing a function, while others specialize in developing a frontend site.

It is necessary to gradually master each new technology and development approach: SASS, Twig, Grunt, bootstrap - all this has long become the standards for developing web applications. So let’s and we will figure out how to use all this.