logo

Extra Block Types (EBT) - Nieuwe Layout Builder ervaring❗

Extra Block Types (EBT) - gestileerde, aanpasbare bloktypes: Slideshows, Tabs, Cards, Accordions en vele andere. Ingebouwde instellingen voor achtergrond, DOM Box, javascript-plugins. Ervaar vandaag al de toekomst van layout building.

Demo EBT-modules Download EBT-modules

❗Extra Paragraph Types (EPT) - Nieuwe Paragraphs ervaring

Extra Paragraph Types (EPT) - analoge op paragrafen gebaseerde set modules.

Demo EPT-modules Download EPT-modules

Scroll

Lijst met handige Drush-commando’s

16/10/2025, by Ivan

Een module downloaden:

drush dl module1 module2

Een module inschakelen:

drush en module1 -y

Een module verwijderen:

drush pm-uninstall module1 -y

Drupal installeren met geselecteerde Russische taal:

drush si --db-url=mysql://root:password@127.0.0.1/drupal --account-name=admin --account-pass=admin --site-mail=admin@example.com --site-name="Drupal 8" --locale=ru --yes

Configuratie exporteren:

drush config-export

Configuratie importeren:

drush config-import

De lijst met Drush-commando’s voor Drupal wordt voortdurend bijgewerkt. Schrijf daarom in de reacties op drupalbook.org wat je graag aan deze lijst zou willen toevoegen, zodat je altijd de juiste Drush-commando’s bij de hand hebt.