Compare commits
3 commits
30b922eb38
...
892494c1b5
Author | SHA1 | Date | |
---|---|---|---|
892494c1b5 | |||
c41ba16734 | |||
c18aa4f583 |
4 changed files with 9 additions and 15 deletions
13
.ddev/.gitignore
vendored
13
.ddev/.gitignore
vendored
|
@ -4,36 +4,27 @@
|
|||
|
||||
/**/*.example
|
||||
/.dbimageBuild
|
||||
/.dbimageExtra
|
||||
/.ddev-docker-*.yaml
|
||||
/.*downloads
|
||||
/.global_commands
|
||||
/.homeadditions
|
||||
/.importdb*
|
||||
/.sshimageBuild
|
||||
/.venv
|
||||
/.webimageBuild
|
||||
/.webimageExtra
|
||||
/apache/apache-site.conf
|
||||
/commands/.gitattributes
|
||||
/commands/db/mysql
|
||||
/commands/host/launch
|
||||
/commands/web/xdebug
|
||||
/commands/web/live
|
||||
/config.local.y*ml
|
||||
/config.*.local.y*ml
|
||||
/db_snapshots
|
||||
/import-db
|
||||
/import.yaml
|
||||
/mutagen/mutagen.yml
|
||||
/mutagen/.start-synced
|
||||
/nginx_full/nginx-site.conf
|
||||
/postgres/postgresql.conf
|
||||
/providers/acquia.yaml
|
||||
/providers/lagoon.yaml
|
||||
/providers/pantheon.yaml
|
||||
/providers/platform.yaml
|
||||
/providers/upsun.yaml
|
||||
/sequelpro.spf
|
||||
/settings/settings.ddev.py
|
||||
/traefik/config/agaric-coop.yaml
|
||||
/traefik/certs/agaric-coop.crt
|
||||
/traefik/certs/agaric-coop.key
|
||||
|
|
|
@ -2,9 +2,9 @@ _core:
|
|||
default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo
|
||||
first_day: 0
|
||||
country:
|
||||
default: ''
|
||||
default: US
|
||||
timezone:
|
||||
default: America/Chicago
|
||||
default: America/New_York
|
||||
user:
|
||||
configurable: true
|
||||
default: 0
|
||||
|
|
|
@ -13,16 +13,18 @@ title: Request
|
|||
description: 'Very simple form for potential clients to tell us what they need.'
|
||||
categories:
|
||||
- Lead
|
||||
elements: |
|
||||
elements: |-
|
||||
describe_goal:
|
||||
'#type': textarea
|
||||
'#title': 'Describe your goal'
|
||||
email_address:
|
||||
'#type': email
|
||||
'#title': 'E-mail address'
|
||||
'#required': true
|
||||
phone_number:
|
||||
'#type': tel
|
||||
'#title': 'Phone number'
|
||||
'#required': true
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
|
|
|
@ -11,7 +11,8 @@ archive: false
|
|||
id: tech_for_coops
|
||||
title: 'Technology for cooperatives survey'
|
||||
description: 'Collecting information for and possible recipients of educational materials that would be produced by our collaboration on a <a href="https://cdf.coop/cooperative-education">CDF Cooperative Education Fund</a> potential grant.'
|
||||
category: 'Survey of needs'
|
||||
categories:
|
||||
- 'Survey of needs'
|
||||
elements: |-
|
||||
main_software_needs:
|
||||
'#type': textarea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue