diff --git a/.ddev/.gitignore b/.ddev/.gitignore index d3c33cf..788b845 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -4,27 +4,36 @@ /**/*.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 b564286..15d0d0c 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: US + default: '' timezone: - default: America/New_York + default: America/Chicago user: configurable: true default: 0 diff --git a/config/webform.webform.request.yml b/config/webform.webform.request.yml index ce8eea3..b39320a 100644 --- a/config/webform.webform.request.yml +++ b/config/webform.webform.request.yml @@ -13,18 +13,16 @@ 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 2171cdd..cd4fc36 100644 --- a/config/webform.webform.tech_for_coops.yml +++ b/config/webform.webform.tech_for_coops.yml @@ -11,8 +11,7 @@ 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.' -categories: - - 'Survey of needs' +category: 'Survey of needs' elements: |- main_software_needs: '#type': textarea