moody-college/moody_modules

Drupal 9 custom modules

Installs: 3 756

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:drupal-custom-module

pkg:composer/moody-college/moody_modules

dev-master 2025-10-06 19:47 UTC

README

Setup on new site

  • Go into web/modules/custom/moody_modules
  • Run for d in moody_custom_fields/*/ ; do fin drush en "$(basename "${d%/}")" -y; done