donbuche/drupier_demo

Drupier Demo module for Drupal.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:drupal-module

pkg:composer/donbuche/drupier_demo

2.0.0 2026-02-06 11:48 UTC

This package is auto-updated.

Last update: 2026-02-06 11:54:31 UTC


README

Drupier Logo

Drupier Demo

Drupier Demo is a simple, install-only module that ships with the Drupier theme to provide default content for demo and onboarding purposes. It is not intended for production use.

What it does

  • Creates a predefined Main navigation (main) menu structure with nested items.
  • Adds a custom block plugin (MarqueeExampleBlock) and creates a block instance assigned to the header_first region.

Important notes

  • This module exists only to show placeholder content when the Drupier theme is installed.
  • Disable this module before starting real development.
  • You should also uninstall it once you no longer need the demo content.

Uninstall cleanup

When uninstalled, the module removes:

  • All menu items it created.
  • The block instance it created (even if it was placed in a region).

Disable and uninstall

Disable the module with Drush:

drush pm:uninstall drupier_demo -y

Remove it from codebase with Composer:

composer remove drupier_demo

Location

web/modules/custom/drupier_demo