farmOS/farm.info.yml

26 lines
575 B
YAML
Raw Normal View History

2020-04-26 22:18:56 +02:00
name: farmOS
type: profile
description: 'A web-based farm record keeping application.'
version: 2.x
2020-04-26 22:18:56 +02:00
core_version_requirement: ^9
# Declare this profile a distribution and mark it as 'exclusive' so that it is
# automatically selected during installation.
distribution:
name: farmOS
exclusive: true
# Required modules.
dependencies:
# Depend on the options module until State Machine does.
# @see https://www.drupal.org/project/state_machine/issues/3144828
- drupal:options
2020-04-27 14:44:42 +02:00
# Install modules and theme.
install:
2020-04-28 23:29:54 +02:00
- block
2020-04-27 14:44:42 +02:00
- dblog
2020-09-25 03:36:46 +02:00
- farm_settings
themes:
- gin