-
- Downloads
No related branches found
No related tags found
Showing
- .cspell-project-words.txt 2 additions, 0 deletions.cspell-project-words.txt
- .gitlab-ci.yml 42 additions, 0 deletions.gitlab-ci.yml
- README.md 53 additions, 0 deletionsREADME.md
- composer.json 12 additions, 0 deletionscomposer.json
- select_text_value.info.yml 1 addition, 2 deletionsselect_text_value.info.yml
- select_text_value.module 5 additions, 0 deletionsselect_text_value.module
- src/Plugin/Field/FieldWidget/SelectFormattedTextareaWidget.php 3 additions, 2 deletions...lugin/Field/FieldWidget/SelectFormattedTextareaWidget.php
- src/Plugin/Field/FieldWidget/SelectFormattedTextfieldWidget.php 3 additions, 2 deletions...ugin/Field/FieldWidget/SelectFormattedTextfieldWidget.php
- src/Plugin/Field/FieldWidget/SelectStringTextareaWidget.php 4 additions, 3 deletionssrc/Plugin/Field/FieldWidget/SelectStringTextareaWidget.php
- src/Plugin/Field/FieldWidget/SelectStringTextfieldWidget.php 4 additions, 3 deletionssrc/Plugin/Field/FieldWidget/SelectStringTextfieldWidget.php
- src/WidgetHelper.php 19 additions, 16 deletionssrc/WidgetHelper.php
.cspell-project-words.txt
0 → 100644
.gitlab-ci.yml
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/select_text_value", | ||
"description": "Widget for text fields to offer pre-define values for selection.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"minimum-stability": "dev", | ||
"homepage": "https://drupal.org/project/select_text_value", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/select_text_value", | ||
"source": "https://git.drupalcode.org/project/select_text_value" | ||
} | ||
} |
Please register or sign in to comment