drupal-eca-recipe / eca_lib_0009
Content validation
dev-main
2024-08-07 10:59 UTC
Requires
- drupal/core: >=10.3
- drupal/eca: *
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