mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
26 lines
589 B
YAML
26 lines
589 B
YAML
name: farmOS
|
|
type: profile
|
|
description: 'A web-based farm record keeping application.'
|
|
version: 2.x
|
|
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
|
|
|
|
# Install modules and theme.
|
|
install:
|
|
- block
|
|
- dblog
|
|
- farm_settings
|
|
- toolbar
|
|
themes:
|
|
- claro
|