-
- Downloads
Issue #3486672 by lawxen: Create field enhancer text_processed
composer.json
0 → 100644
{ | ||
"name": "drupal/jsonapi_text_enhancer", | ||
"description": "JSON:API Extras - Text Field Enhancer", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^10.3 || ^11", | ||
"drupal/jsonapi_extras": "*" | ||
} | ||
} |
Please register or sign in to comment