alerts-1.0.0/recipe.yml
recipe.yml
name: 'Alerts Kit'
description: 'Initial configuration to provide a system for displaying alerts on your website'
type: 'Site'
install:
- link
- node
- path
- taxonomy
- text
- user
- views
- add_content_by_bundle
- color_field
config:
import:
# Core
node:
- node.type.alert.yml
taxonomy:
- taxonomy.vocabulary.alert_severity.yml
views:
- views.view.alerts.yml
