Compare commits
18
Commits
6fb80278a2
...
56e96bd26e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56e96bd26e | ||
|
|
b7d85afb5f | ||
|
|
18c37db107 | ||
|
|
ac723a3198 | ||
|
|
f3db70f7f4 | ||
|
|
717e1f1dac | ||
|
|
27bf1819cd | ||
|
|
6233d114c5 | ||
|
|
a95441613b | ||
|
|
012892fcc4 | ||
|
|
b06c8e53e2 | ||
|
|
fba104debf | ||
|
|
bf7ba2a959 | ||
|
|
e046165a7e | ||
|
|
0b42225cf4 | ||
|
|
5ef9a17d3b | ||
|
|
7bf07a20b7 | ||
|
|
179aa99415 |
+8
-10
@@ -10,14 +10,14 @@
|
||||
"drush/drush": "^10",
|
||||
"drupal/console": "^1.8",
|
||||
"drupal/adminimal_theme": "^1.3",
|
||||
"drupal/admin_toolbar": "^3.0",
|
||||
"drupal/address": "^1.4",
|
||||
"drupal/admin_toolbar": "^3",
|
||||
"drupal/address": "^1.10",
|
||||
"drupal/advanced_text_formatter": "^2.0",
|
||||
"drupal/audiofield": "^1.6",
|
||||
"drupal/autocomplete_deluxe": "^2.0@RC",
|
||||
"drupal/autocomplete_deluxe": "^2.0.0",
|
||||
"drupal/autologout": "^1.0",
|
||||
"drupal/betterlogin": "^1.2",
|
||||
"drupal/better_exposed_filters": "^5.0@beta",
|
||||
"drupal/better_exposed_filters": "^6",
|
||||
"drupal/block_class": "^1.0",
|
||||
"drupal/bulkdelete": "1.x-dev",
|
||||
"drupal/cshs": "1.x-dev",
|
||||
@@ -36,8 +36,8 @@
|
||||
"drupal/email_registration": "^1.0@RC",
|
||||
"drupal/embed": "^1.0",
|
||||
"drupal/entity_browser": "^2.0",
|
||||
"drupal/entity_browser_enhanced": "^1.0@RC",
|
||||
"drupal/entity_clone": "^1.0@alpha",
|
||||
"drupal/entity_browser_enhanced": "^2.0",
|
||||
"drupal/entity_clone": "dev-2.x",
|
||||
"drupal/extlink": "^1.1",
|
||||
"drupal/field_group": "3.x-dev@dev",
|
||||
"drupal/filefield_sources": "1.x-dev",
|
||||
@@ -50,7 +50,6 @@
|
||||
"drupal/link_attributes": "^1.5",
|
||||
"drupal/login_destination": "2.x-dev@dev",
|
||||
"drupal/maillog": "1.x-dev",
|
||||
"drupal/mailsystem": "^4.1",
|
||||
"drupal/matomo": "^1.7",
|
||||
"drupal/maxlength": "^2.0@beta",
|
||||
"drupal/menu_admin_per_menu": "^1.0",
|
||||
@@ -66,7 +65,7 @@
|
||||
"drupal/redis": "^1.0",
|
||||
"drupal/search_api": "^1.10",
|
||||
"drupal/search_api_db": "^1.10",
|
||||
"drupal/smart_trim": "^1.1",
|
||||
"drupal/smart_trim": "^2.1",
|
||||
"drupal/smtp": "^1.0@beta",
|
||||
"drupal/synonyms": "^2.0.0-beta2",
|
||||
"drupal/translation_views": "^1.0@alpha",
|
||||
@@ -74,9 +73,8 @@
|
||||
"drupal/ultimate_cron": "^2.0@alpha",
|
||||
"drupal/url_to_video_filter": "^2.0",
|
||||
"drupal/video_embed_field": "^2.0",
|
||||
"drupal/views_bulk_operations": "^4.0",
|
||||
"drupal/views_bulk_operations": "^4",
|
||||
"drupal/views_bulk_edit": "^2.2",
|
||||
"drupal/views_ef_fieldset": "^1.2",
|
||||
"kint-php/kint": "^3.3",
|
||||
"drupal/devel_kint_extras": "^1.0"
|
||||
},
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
site_id: ''
|
||||
url_http: ''
|
||||
url_https: ''
|
||||
domain_mode: 0
|
||||
visibility:
|
||||
request_path_mode: 0
|
||||
request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*"
|
||||
user_role_mode: 0
|
||||
user_role_roles: { }
|
||||
user_account_mode: 1
|
||||
track:
|
||||
mailto: true
|
||||
files: true
|
||||
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
|
||||
colorbox: true
|
||||
userid: false
|
||||
messages: { }
|
||||
site_search: false
|
||||
privacy:
|
||||
donottrack: true
|
||||
custom:
|
||||
variable: { }
|
||||
codesnippet:
|
||||
before: ''
|
||||
after: ''
|
||||
translation_set: false
|
||||
cache: false
|
||||
page_title_hierarchy: false
|
||||
page_title_hierarchy_exclude_home: true
|
||||
@@ -86,8 +86,6 @@ dependencies:
|
||||
- 'link_attributes'
|
||||
- 'linkit'
|
||||
- 'maillog'
|
||||
- 'mailsystem'
|
||||
- 'matomo'
|
||||
- 'maxlength'
|
||||
- 'menu_admin_per_menu'
|
||||
- 'menu_block'
|
||||
@@ -109,7 +107,7 @@ dependencies:
|
||||
- 'video_embed_field'
|
||||
- 'views_bulk_edit'
|
||||
- 'views_bulk_operations'
|
||||
- 'views_ef_fieldset'
|
||||
# - 'views_ef_fieldset'
|
||||
|
||||
themes:
|
||||
- 'adminimal_theme'
|
||||
|
||||
Reference in New Issue
Block a user