Merge branch 'allowed_formats' into lee5151
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 27 additions, 14 deletionscomposer.lock
- vendor/composer/installed.json 29 additions, 12 deletionsvendor/composer/installed.json
- vendor/composer/installed.php 5 additions, 5 deletionsvendor/composer/installed.php
- web/modules/allowed_formats/allowed_formats.info.yml 4 additions, 4 deletionsweb/modules/allowed_formats/allowed_formats.info.yml
- web/modules/allowed_formats/allowed_formats.module 22 additions, 8 deletionsweb/modules/allowed_formats/allowed_formats.module
- web/modules/allowed_formats/allowed_formats.post_update.php 34 additions, 0 deletionsweb/modules/allowed_formats/allowed_formats.post_update.php
- web/modules/allowed_formats/composer.json 37 additions, 0 deletionsweb/modules/allowed_formats/composer.json
- web/modules/allowed_formats/config/schema/allowed_formats.schema.yml 9 additions, 5 deletions.../allowed_formats/config/schema/allowed_formats.schema.yml
- web/modules/allowed_formats/tests/modules/allowed_formats_base_fields_test/allowed_formats_base_fields_test.info.yml 3 additions, 3 deletions...ase_fields_test/allowed_formats_base_fields_test.info.yml
- web/modules/allowed_formats/tests/src/Functional/AllowedFormatsTest.php 33 additions, 23 deletions...lowed_formats/tests/src/Functional/AllowedFormatsTest.php
... | ... | @@ -90,7 +90,7 @@ |
"drupal/addtocalendar": "3.2", | ||
"drupal/admin_toolbar": "3.1.0", | ||
"drupal/administerusersbyrole": "3.0", | ||
"drupal/allowed_formats": "1.3", | ||
"drupal/allowed_formats": "1.5", | ||
"drupal/anchor_link": "1.9", | ||
"drupal/better_exposed_filters": "5.0", | ||
"drupal/block_field": "1.0.0-rc2", | ||
... | ... |
web/modules/allowed_formats/composer.json
0 → 100644
Please register or sign in to comment