diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 788b845..d3c33cf 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -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 diff --git a/config/system.date.yml b/config/system.date.yml index 15d0d0c..b564286 100644 --- a/config/system.date.yml +++ b/config/system.date.yml @@ -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 diff --git a/config/webform.webform.request.yml b/config/webform.webform.request.yml index b39320a..ce8eea3 100644 --- a/config/webform.webform.request.yml +++ b/config/webform.webform.request.yml @@ -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)' diff --git a/config/webform.webform.tech_for_coops.yml b/config/webform.webform.tech_for_coops.yml index cd4fc36..2171cdd 100644 --- a/config/webform.webform.tech_for_coops.yml +++ b/config/webform.webform.tech_for_coops.yml @@ -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 CDF Cooperative Education Fund potential grant.' -category: 'Survey of needs' +categories: + - 'Survey of needs' elements: |- main_software_needs: '#type': textarea