forked from srijanone/ezcontent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ezcontent.info.yml
66 lines (62 loc) · 1.3 KB
/
ezcontent.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: EZ Content
type: profile
description: 'A Feature rich stater profile from Srijan.'
core: 8.x
# Optional: Declare your installation profile as a distribution
# This will make the installer auto-select this installation profile.
# The distribution_name property is used in the installer and other places as
# a label for the software being installed.
distribution:
name: EZ Content
# Modules to install to support the profile.
install:
- admin_toolbar_tools
- block_content
- breakpoint
- ckeditor
- color
- comment
- config
- contact
- content_moderation
- contextual
- dblog
- editor
- entity_embed
- ezcontent_media
- ezcontent_basic_page
- field_ui
- file
- google_analytics
- help
- history
- image
- linkit
- metatag
- options
- path
- pathauto
- quickedit
- rdf
- redirect
- scheduler
- search
- shortcut
- simple_sitemap
- taxonomy
- toolbar
- views
- views_ui
- workflows
- ezcontent_demo
# Required modules
# Note that any dependencies of the modules listed here will be installed automatically.
dependencies:
- node
- block
- views
# List any themes that should be installed as part of the profile installation.
# Note that this will not set any theme as the default theme.
themes:
- ezcontent_theme
- adminimal_theme