7 Commits

Author SHA1 Message Date
8ab64cf24b updated link_attributes 2024-08-12 21:35:46 +02:00
1456ea540f updated drush & devel 2024-08-12 18:51:43 +02:00
f5e13d85dd updated context 2024-08-12 16:31:11 +02:00
4e36e96f00 updated config_ignore 2024-08-12 16:13:40 +02:00
7689cb4897 removed ckeditor4 deps 2024-08-12 16:01:10 +02:00
bcc229ffe8 better_login 2024-08-11 22:06:17 +02:00
4f5c3a9e57 updated advanced_text_format 2024-08-11 21:45:13 +02:00
2 changed files with 27 additions and 18 deletions

View File

@ -7,19 +7,21 @@
"components/highlightjs": "9.7.*",
"cweagans/composer-patches": "^1.6",
"d3/d3": "3.5.*",
"drush/drush": "^12",
"drush/drush": "^11",
"drupal/console": "^1.8",
"drupal/adminimal_theme": "^1.3",
"drupal/admin_toolbar": "^3",
"drupal/address": "^1.10",
"drupal/advanced_text_formatter": "^3.0@RC",
"drupal/audiofield": "^1.6",
"drupal/autocomplete_deluxe": "^2.0.0",
"drupal/autologout": "^2.0",
"drupal/autologout": "^1.0",
"drupal/betterlogin": "^2.0",
"drupal/better_exposed_filters": "^7",
"drupal/block_class": "^4",
"drupal/better_exposed_filters": "^6",
"drupal/block_class": "^1.0",
"drupal/bulkdelete": "1.x-dev",
"drupal/config_ignore": "^3.2",
"drupal/cshs": "1.x-dev",
"drupal/config_ignore": "^3.0",
"drupal/config_filter": "^2.0",
"drupal/config_devel": "^1.x-dev@dev",
"drupal/config_update": "^2.0@alpha",
@ -27,17 +29,23 @@
"drupal/context": "^5.0@RC",
"drupal/date_range_formatter": "9.0.x-dev@dev",
"drupal/devel": "^5.0",
"drupal/domain": "dev-1.x",
"drupal/domain_alias": "dev-1.x",
"drupal/domain_config": "dev-1.x",
"drupal/domain_site_settings": "1.x-dev@dev",
"drupal/email_registration": "^1.0@RC",
"drupal/embed": "^1.0",
"drupal/entity_browser": "^2.0",
"drupal/entity_browser_enhanced": "^2.0",
"drupal/entity_clone": "dev-2.x",
"drupal/extlink": "^2.0",
"drupal/entity_browser_enhanced": "^1.0@RC",
"drupal/entity_clone": "^2.0@alpha",
"drupal/extlink": "^1.1",
"drupal/field_group": "3.x-dev@dev",
"drupal/filter_perms": "^2",
"drupal/filefield_sources": "1.x-dev",
"drupal/filter_perms": "1.x-dev",
"drupal/formatter_suite": "^1.3",
"drupal/honeypot": "^2.0",
"drupal/imagemagick": "^3.1",
"drupal/inline_entity_form": "^3.0@RC",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/linkit": "^6.0@beta",
"drupal/link_attributes": "^2.1",
"drupal/login_destination": "2.x-dev@dev",
@ -47,10 +55,10 @@
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_block": "1.x-dev@dev",
"drupal/menu_position": "1.x-dev",
"drupal/pagerer": "^3.0",
"drupal/pagerer": "^2.0",
"drupal/pathauto": "^1.3",
"drupal/path_alias_xt": "1.x-dev",
"drupal/pathologic": "^2.0@alpha",
"drupal/pathologic": "^1.0@alpha",
"drupal/persistent_login": "^1.1",
"drupal/profile": "^1.0@RC",
"drupal/redirect": "^1.3",
@ -63,9 +71,10 @@
"drupal/translation_views": "^1.0@alpha",
"drupal/token": "^1.5",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/url_to_video_filter": "^2.0",
"drupal/video_embed_field": "^2.0",
"drupal/views_bulk_operations": "^4",
"drupal/views_bulk_edit": "^3.0",
"drupal/views_bulk_edit": "^2.2",
"kint-php/kint": "^3.3",
"drupal/devel_kint_extras": "^1.0"
},

View File

@ -1,14 +1,14 @@
name: figli starter kit
type: profile
description: 'Figli Starter kit install Profile'
core_version_requirement: ^8 || ^9 || ^10
core_version_requirement: ^8 || ^9
dependencies:
# Drupal core
- 'ban'
- 'block'
- 'breakpoint'
- 'ckeditor5'
# - 'ckeditor'
- 'config'
- 'contact'
- 'contextual'
@ -53,7 +53,7 @@ dependencies:
- 'betterlogin'
- 'block_class'
- 'bulkdelete'
# - 'cshs'
- 'cshs'
- 'config_devel'
- 'config_ignore'
- 'config_translation'
@ -78,7 +78,7 @@ dependencies:
- 'entity_browser_enhanced'
- 'extlink'
- 'field_group'
# - 'filefield_sources'
- 'filefield_sources'
- 'filter_perms'
- 'formatter_suite'
- 'honeypot'
@ -102,7 +102,7 @@ dependencies:
- 'search_api_db'
- 'smart_trim'
- 'smtp'
# - 'url_to_video_filter'
- 'url_to_video_filter'
# - 'ultimate_cron'
- 'video_embed_field'
- 'views_bulk_edit'