localgovdrupal / localgov_forms
LocalGov Drupal 发行版:Webform 模块扩展。
1.0.0-beta6
2024-04-23 12:00 UTC
Requires
- drupal/geocoder: ^3.44 || ^4.21
- drupal/webform: ^6.0
- localgovdrupal/localgov_os_places_geocoder_provider: 1.x-dev
Requires (Dev)
- 1.x-dev
- 1.0.0-beta6
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- dev-feature/long-term-storage
- dev-feature/1.x-date-form-lavel
- dev-feature/91/feedback-form
- dev-fix/1.x/static-analysis-checks
- dev-revert-86-revert-83-fix/remove-deprecated-class-from-address-element-class
- dev-revert-83-fix/remove-deprecated-class-from-address-element-class
- dev-fix/remove-deprecated-class-from-address-element-class
- dev-feature/address-lookup-validation-wording
- dev-fix/ignore-drupal-12-deprecations
- dev-feature/1.x/shared-workflows
- dev-feature/localgov-forms-date-format-uuid-2
- dev-feature/localgov-forms-date-format-uuid
- dev-feature/localgov-date-custom-validation-wording-fix
- dev-release-1.x
- dev-uuid
- dev-feature/error-messasge-date-display-order
- dev-fix/address-lookup-caching
- dev-feature/borough-address-restriction
- dev-feature/1.x/title-display-default-config-override
- dev-feature/liberty-create-integration-example
- dev-fix/template-preprocess-rename
- dev-feature/1.x/token-support
- dev-51/feature/demo-decision-tree
- dev-feature/1.x/uprn-token-support
- dev-fix/1.x-40-coding-standards
- dev-fix/1.x-35-config-ignore-readme
- dev-fix/lgd-date-in-multistep-form
- dev-fix/address-lookup-webform-element
- dev-wip/all-pr-2021-10-20
- dev-feature/date-styling-and-validation
- dev-feature/date-styling
- dev-feature/git-hub-test-script
- dev-feature/9-cant-find-the-address-button-display-cfg
- dev-feature/rename-address-search-button
- dev-feature/localgov-forms-date-styling
- dev-feature/date-validation
- dev-fix/3-non-existent-php-interface
- dev-wip/2022-01-11
- dev-feature/lock-submitted-prevent-delete
- dev-feature/lock-form-submission-once-submitted
- dev-feature/os-places-geocoder
- dev-feature/localgov-forms-date-validation
- dev-feature/mock-geocoder
- dev-feature/address-lookup
- dev-feature/composer.json
This package is auto-updated.
Last update: 2024-09-21 09:56:21 UTC
README
为 Drupal Webform 模块提供额外的配置、样式和组件。
附加组件
- LocalGov Forms 日期 - 基于 GDS 日期输入模式的日期输入字段。
- LocalGov 地址查找 - 可配置地址查找后端的 Webform 元素。地理编码插件作为后端。
依赖项
geocoder-php/nominatim-provider 软件包对于运行自动化测试是必要的。
$ composer require --dev geocoder-php/nominatim-provider
localgovdrupal/localgov_geo 和 localgovdrupal/localgov_os_places_geocoder_provider 软件包对于使用基于 Ordnance Survey Places API 的地址查找插件是必需的。一旦安装了这些软件包,Localgov OS Places 插件将可在 Localgov 地址查找元素的配置表单中选中。
编辑 Webform
Drupal 中的 Webform 是配置实体,因此默认情况下与网站配置一起导出。通常希望非开发者构建和维护 Webform。为了避免配置在部署中被删除,安装 Config ignore 模块,并在 /admin/config/development/configuration/ignore
下添加以下内容:
webform.webform.*
webform.webform_options.*