-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc2bdistro.info.yml
More file actions
102 lines (98 loc) · 1.62 KB
/
c2bdistro.info.yml
File metadata and controls
102 lines (98 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name: 'C2B distro profile'
type: profile
description: 'Distribution for quickly starting a new c2bd system with Drupal.'
version: 1.0.12
core_version_requirement: ^9.1 || ^10
php: 7.3
distribution:
name: 'C2B distro profile'
# Soft dependencies; these may be uninstalled.
install:
# Core.
- breakpoint
- config
- dblog
- dynamic_page_cache
- language
- page_cache
- rest
- toolbar
- update
- config_translation
- content_translation
- locale
- views_ui
- datetime
- datetime_range
- menu_ui
- field_ui
- media_library
- block_content
- contact
- options
- content_moderation
# Contrib.
- admin_toolbar
- fullcalendar_view
- ckeditor5
- paragraphs
- classy_paragraphs
- inline_form_errors
- responsive_image
- ctools
- field_group
- block_field
- svg_image
- easy_breadcrumb
- pathauto
- token
- metatag
- metatag_open_graph
- redirect
- search_api
- search_api_db
- facets
- core_views_facets
- media_thumbnails_pdf
- block_content_permissions
- markup
- recaptcha
- openid_connect
- openid_connect_windows_aad
- role_delegation
- recaptcha_v3
- smtp
- mailsystem
- maillog
- password_policy
- password_policy_character_types
- password_policy_history
- password_policy_length
- dropdown_language
- chosen
- lightgallery
- image_widget_crop
- crop
# Custom
- c2bdistro_core
# Required dependencies.
dependencies:
# Core.
- basic_auth
- block
- editor
- field
- file
- filter
- image
- media
- path
- serialization
- taxonomy
- text
- user
- views
# Contrib
themes:
- claro
- c2bd_theme