drupal-eca-recipe/eca_lib_0009

Content validation

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-recipe

dev-main 2024-08-07 10:59 UTC

This package is auto-updated.

Last update: 2024-11-07 11:27:58 UTC


README

ID: eca_lib_0009

This example model changes the behaviour when editing a content of type "article" in a form:

  • It groups the title and body field together
  • It makes sure that the body field is not empty, when trying to publish the article.

Installation

composer require drupal-eca-recipe/eca_lib_0009
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0009