Compare commits

...

3 commits

4 changed files with 9 additions and 15 deletions

13
.ddev/.gitignore vendored
View file

@ -4,36 +4,27 @@
/**/*.example /**/*.example
/.dbimageBuild /.dbimageBuild
/.dbimageExtra
/.ddev-docker-*.yaml /.ddev-docker-*.yaml
/.*downloads /.*downloads
/.global_commands
/.homeadditions /.homeadditions
/.importdb* /.importdb*
/.sshimageBuild /.sshimageBuild
/.venv
/.webimageBuild /.webimageBuild
/.webimageExtra
/apache/apache-site.conf /apache/apache-site.conf
/commands/.gitattributes /commands/.gitattributes
/commands/db/mysql
/commands/host/launch
/commands/web/xdebug
/commands/web/live
/config.local.y*ml /config.local.y*ml
/config.*.local.y*ml
/db_snapshots /db_snapshots
/import-db
/import.yaml
/mutagen/mutagen.yml /mutagen/mutagen.yml
/mutagen/.start-synced /mutagen/.start-synced
/nginx_full/nginx-site.conf /nginx_full/nginx-site.conf
/postgres/postgresql.conf /postgres/postgresql.conf
/providers/acquia.yaml /providers/acquia.yaml
/providers/lagoon.yaml /providers/lagoon.yaml
/providers/pantheon.yaml
/providers/platform.yaml /providers/platform.yaml
/providers/upsun.yaml /providers/upsun.yaml
/sequelpro.spf /sequelpro.spf
/settings/settings.ddev.py
/traefik/config/agaric-coop.yaml /traefik/config/agaric-coop.yaml
/traefik/certs/agaric-coop.crt /traefik/certs/agaric-coop.crt
/traefik/certs/agaric-coop.key /traefik/certs/agaric-coop.key

View file

@ -2,9 +2,9 @@ _core:
default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo
first_day: 0 first_day: 0
country: country:
default: '' default: US
timezone: timezone:
default: America/Chicago default: America/New_York
user: user:
configurable: true configurable: true
default: 0 default: 0

View file

@ -13,16 +13,18 @@ title: Request
description: 'Very simple form for potential clients to tell us what they need.' description: 'Very simple form for potential clients to tell us what they need.'
categories: categories:
- Lead - Lead
elements: | elements: |-
describe_goal: describe_goal:
'#type': textarea '#type': textarea
'#title': 'Describe your goal' '#title': 'Describe your goal'
email_address: email_address:
'#type': email '#type': email
'#title': 'E-mail address' '#title': 'E-mail address'
'#required': true
phone_number: phone_number:
'#type': tel '#type': tel
'#title': 'Phone number' '#title': 'Phone number'
'#required': true
actions: actions:
'#type': webform_actions '#type': webform_actions
'#title': 'Submit button(s)' '#title': 'Submit button(s)'

View file

@ -11,7 +11,8 @@ archive: false
id: tech_for_coops id: tech_for_coops
title: 'Technology for cooperatives survey' title: 'Technology for cooperatives survey'
description: 'Collecting information for and possible recipients of educational materials that would be produced by our collaboration on a&nbsp;<a href="https://cdf.coop/cooperative-education">CDF Cooperative Education Fund</a> potential grant.' description: 'Collecting information for and possible recipients of educational materials that would be produced by our collaboration on a&nbsp;<a href="https://cdf.coop/cooperative-education">CDF Cooperative Education Fund</a> potential grant.'
category: 'Survey of needs' categories:
- 'Survey of needs'
elements: |- elements: |-
main_software_needs: main_software_needs:
'#type': textarea '#type': textarea