From 5fd26bb8128ce5d76770d43f37dd2e449e36f2fb Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 20 May 2024 13:27:55 +0200 Subject: [PATCH] Test with metadata --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 811277b..0fbb380 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ECA Recipe: ECA and http services - part 2 +## ECA Recipe: ECA and http services - part 2 ID: eca_lib_0033 @@ -8,7 +8,7 @@ This module requires the services API defined in a [Custom Module](https://ecagu The creation of this module was recorded and the video with additional explanations can be [watched here](https://tube.tchncs.de/w/vUXqDxeKtqppRUB2MDWiJq). -## Installation +### Installation ```shell composer require drupal-eca-recipe/eca_lib_0033 diff --git a/composer.json b/composer.json index bf958b1..82866b6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "drupal-eca-recipe/eca_lib_0033", "type": "drupal-recipe", - "description": "This model is a follow up version of [ECA and http services](/library/simple/eca_and_http_services.md) and uses a self-defined services API for the HTTP Client Manager.\n\nThis module requires the services API defined in a [Custom Module](/library/simple/eca_and_http_services_-_part_2/eca_tv_demo.zip). Please download, copy to your Drupal site and enable it before importing this model.\n\nThe creation of this module was recorded and the video with additional explanations can be [watched here](https://tube.tchncs.de/w/vUXqDxeKtqppRUB2MDWiJq).", + "description": "ECA and http services - part 2", "license": "GPL-2.0-or-later", "require": { "drupal/eca_access": "*", -- GitLab