forked from acquia/reservoir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservoir.info.yml
47 lines (46 loc) · 909 Bytes
/
reservoir.info.yml
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
name: Reservoir
type: profile
description: 'Build a BaaS for your needs. Use Drupal solely as a data modeling tool & store.'
version: VERSION
core: 8.x
distribution:
name: Reservoir
dependencies:
# Drupal: fundamentals
- automated_cron
- block
- system
# Drupal: web services.
- serialization
- jsonapi
- simple_oauth
- schemata
- openapi
- openapi_redoc
# Data: modeling.
- datetime
- file
- image
- link
- node
- options
- path
- taxonomy
- text
# Data: management.
- ckeditor
# Backend: management.
- config
- dblog
# Backend: UI.
- reservoir_ui
- field_ui
- help
- toolbar
- tour
# Backend: performance.
- page_cache
- dynamic_page_cache
themes:
- seven
# @todo until https://www.drupal.org/node/2825394 is fixed, you may need to modify \Drupal\Core\Config\ConfigInstaller::checkConfigurationToInstall() to not throw an exception.