dhtpublic/dht_no_configuration_info

DHT No Configuration Info

1.0.1 2024-02-23 17:24 UTC

This package is auto-updated.

Last update: 2024-05-23 17:49:22 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