drupal_yp_install_profile/yp_install_profile.info.yml
2022-05-06 13:55:58 -07:00

156 lines
3.4 KiB
YAML

name: YP Install Profile
type: profile
description: 'Yellow Pencil default install profile.'
core_version_requirement: '^8.8 || ^9'
# 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: YP Distribution
# If you want your distribution to pre-select a language you can specify
# the language code, as well. This will prevent the user from selecting
# a language code in the user interface. While not recommended for generic
# community distributions, this can be very useful for distributions that
# are tailored to a language-specific audience (for example government
# institutions in a certain country) but also site-specific installation
# profiles. Note that this language code will also be used when installing
# the site via Drush.
#
# To set your theme as the theme for the distribution installation uncomment the following:
#
# install:
# theme: my_theme
langcode: en
# Modules to install to support the profile.
install:
- actions_permissions
- admin_toolbar
- admin_toolbar_links_access_filter
- admin_toolbar_tools
- alert
- anchor_link
- automated_cron
- better_exposed_filters
- block
- block_content
- breakpoint
- chosen
- chosen_lib
- ckeditor
- ckeditor_indentblock
- clientside_validation
- clientside_validation_jquery
- conditional_fields
- config
- config_filter
- config_ignore
- config_split
- config_translation
- content_moderation
- contextual
- ctools
- ctools_block
- ctools_entity_mask
- ctools_views
- datetime
- datetime_range
- dblog
- devel
- diff
- dropzonejs
- dynamic_page_cache
- editor
- editor_advanced_link
- entity_browser
- entity_reference_revisions
- entity_usage
- fakeobjects
- field
- field_group
- field_ui
- file
- file_delete
- filter
- help
- honeypot
- image
- inline_form_errors
- jquery_ui
- jquery_ui_datepicker
- jquery_ui_slider
- jquery_ui_touch_punch
- language
- link
- link_attributes
- linkit
- locale
- mailsystem
- maxlength
- media
- media_bulk_upload
- media_entity_file_replace
- media_library
- menu_block
- menu_breadcrumb
- menu_link_content
- menu_ui
- metatag
- node
- node_edit_protection
- node_title_help_text
- options
- page_cache
- paragraphs_library
- path
- path_alias
- pathauto
- redirect
- redis
- role_delegation
- responsive_image
- rest
- scheduled_transitions
- serialization
- simple_sitemap
- smtp
- stage_file_proxy
- svg_image
- svg_image_responsive
- system
- taxonomy
- telephone
- text
- token
- toolbar
- twig_field_value
- twig_tweak
- ultimate_cron
- update
- user
- username_enumeration_prevention
- views_bulk_operations
- views_infinite_scroll
- views_ui
- webform
- webform_ui
- workflows
- content_translation
- views
- paragraphs
# 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:
- bartik
- seven