Compare commits
4 commits
9f95264b4a
...
36a134ced8
Author | SHA1 | Date | |
---|---|---|---|
36a134ced8 | |||
b23a90e132 | |||
0a2f521ac7 | |||
e0b025b1c9 |
3 changed files with 560 additions and 536 deletions
|
@ -24,13 +24,12 @@
|
|||
"composer/installers": "^2",
|
||||
"cweagans/composer-patches": "^1.7",
|
||||
"drupal/admin_toolbar": "^3",
|
||||
"drupal/allowed_formats": "^2",
|
||||
"drupal/antibot": "^2",
|
||||
"drupal/asset_injector": "^2",
|
||||
"drupal/auto_entitylabel": "^3.0@beta",
|
||||
"drupal/backup_migrate": "^5",
|
||||
"drupal/better_exposed_filters": "^6",
|
||||
"drupal/block_class": "^2",
|
||||
"drupal/block_class": "^4.0",
|
||||
"drupal/bpmn_io": "^1",
|
||||
"drupal/cancel_button": "^1",
|
||||
"drupal/ckeditorheight": "^1",
|
||||
|
@ -66,7 +65,6 @@
|
|||
"drupal/environment_indicator": "^4",
|
||||
"drupal/eva": "^3",
|
||||
"drupal/exif_orientation": "^1",
|
||||
"drupal/facets": "dev-3.0.x as 2.0.x-dev",
|
||||
"drupal/feeds": "^3",
|
||||
"drupal/feeds_ex": "^1",
|
||||
"drupal/feeds_ical": "^2",
|
||||
|
@ -80,17 +78,14 @@
|
|||
"drupal/footnotes": "^3",
|
||||
"drupal/fullcalendar_view": "^5",
|
||||
"drupal/geolocation": "^3",
|
||||
"drupal/gin": "^3",
|
||||
"drupal/gin_gutenberg": "^1",
|
||||
"drupal/gin_login": "^2",
|
||||
"drupal/gin_toolbar": "^1",
|
||||
"drupal/google_analytics": "^4",
|
||||
"drupal/gutenberg": "^2",
|
||||
"drupal/http_cache_control": "^2",
|
||||
"drupal/http_client_error_status": "^3",
|
||||
"drupal/ief_complex_open": "^1",
|
||||
"drupal/indieweb": "^1",
|
||||
"drupal/inline_entity_form": "^1.0@RC",
|
||||
"drupal/inotherwords": "^3",
|
||||
"drupal/insert": "^3",
|
||||
"drupal/key": "^1.14",
|
||||
|
@ -127,7 +122,7 @@
|
|||
"drupal/require_on_publish": "^1",
|
||||
"drupal/role_delegation": "^1",
|
||||
"drupal/scheduler": "^1",
|
||||
"drupal/schema_metatag": "^2",
|
||||
"drupal/schema_metatag": "^3",
|
||||
"drupal/scn": "^2",
|
||||
"drupal/search404": "^2",
|
||||
"drupal/search_api_autocomplete": "^1.6",
|
||||
|
@ -149,7 +144,6 @@
|
|||
"drupal/tomselect": "1.0.x-dev@dev",
|
||||
"drupal/trim": "^2",
|
||||
"drupal/twig_tweak": "^3.2",
|
||||
"drupal/twigsuggest": "^1",
|
||||
"drupal/ui_patterns": "^1",
|
||||
"drupal/unique_content_field_validation": "^1.1",
|
||||
"drupal/view_password": "^6",
|
||||
|
|
1083
composer.lock
generated
1083
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,7 @@ _core:
|
|||
default_config_hash: 3mgYDspyj5REgG6ooA1izlcMzEs34kHPFUOMIXeDOco
|
||||
entity_type_groups: { }
|
||||
tag_trim_method: beforeValue
|
||||
use_maxlength: true
|
||||
tag_trim_maxlength: { }
|
||||
tag_scroll_max_height: ''
|
||||
use_maxlength: true
|
||||
tag_trim_end: '|.,-:;/+&([{"'''
|
||||
|
|
Loading…
Add table
Reference in a new issue