dhtpublic/dht_no_configuration_info

DHT No Configuration Info

Installs: 68

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-module

pkg:composer/dhtpublic/dht_no_configuration_info

1.0.1 2024-02-23 17:24 UTC

This package is auto-updated.

Last update: 2025-12-23 21:44:51 UTC


README

Info

Install

composer require dhtpublic/dht_no_configuration_info

How to use

To activate put this into settings file:

$settings['noconfiginfo'] = TRUE;

Development

Drupal coding standards have to be maintained Code, maschine names and comments have to be in english.

New version

Create a new tag for new release Follow semver.org standard.

Have a look at the current tags and versions:

git tag

Create a new version:

git tag x.x.x

Push the new tag:

git push --tags