Loading config/install/webform.settings.yml +0 −2 Original line number Diff line number Diff line Loading @@ -191,8 +191,6 @@ element: default_empty_option: true default_empty_option_required: '' default_empty_option_optional: '' default_algolia_places_app_id: '' default_algolia_places_api_key: '' excluded_elements: password: password password_confirm: password_confirm Loading config/schema/webform.settings.schema.yml +0 −6 Original line number Diff line number Diff line Loading @@ -368,12 +368,6 @@ webform.settings: default_empty_option_optional: type: label label: 'Default empty option optional label' default_algolia_places_app_id: type: string label: 'Default Algolia application id' default_algolia_places_api_key: type: string label: 'Default Algolia API key' excluded_elements: type: ignore label: 'Excluded types' Loading docs/DEVELOPMENT-CHEATSHEET.md +10 −4 Original line number Diff line number Diff line Loading @@ -109,9 +109,10 @@ echo 'true' > modules/webform_jqueryui_datepicker/tests/modules/webform_jqueryui echo 'true' > modules/webform_image_select/webform_image_select.features.yml echo 'true' > modules/webform_image_select/tests/modules/webform_image_select_test/webform_image_select_test.features.yml echo 'true' > modules/webform_location_geocomplete/webform_location_geocomplete.features.yml echo 'true' > modules/webform_location_geocomplete/tests/modules/webform_location_geocomplete_test/webform_location_geocomplete_test.features.yml echo 'true' > modules/webform_location_places/tests/modules/webform_location_places_test/webform_location_places_test.features.yml echo 'true' > modules/webform_node/webform_node.features.yml echo 'true' > modules/webform_node/tests/modules/webform_node_test_multiple/webform_node_test_multiple.features.yml echo 'true' > modules/webform_node/tests/modules/webform_node_test_translation/webform_node_test_translation.features.yml Loading Loading @@ -176,6 +177,7 @@ drush en -y webform\ webform_group_test\ webform_image_select\ webform_location_geocomplete\ webform_location_places\ webform_node\ webform_submission_export_import\ webform_templates\ Loading @@ -198,6 +200,7 @@ drush en -y webform\ webform_jqueryui_datepicker_test\ webform_image_select_test\ webform_location_geocomplete_test\ webform_location_places_test\ webform_node_test_multiple\ webform_node_test_translation\ webform_options_custom\ Loading Loading @@ -231,7 +234,8 @@ drush features-export -y webform_example_variant drush features-export -y webform_example_remote_post drush features-export -y webform_group_test drush features-export -y webform_image_select drush features-export -y webform_location_geocomplete drush features-export -y webform_location_geocomplete_test drush features-export -y webform_location_places_test drush features-export -y webform_node drush features-export -y webform_submission_export_import drush features-export -y webform_templates Loading Loading @@ -288,7 +292,8 @@ drush webform:tidy -y --dependencies webform_group_test drush webform:tidy -y --dependencies webform_icheck drush webform:tidy -y --dependencies webform_jqueryui_datepicker drush webform:tidy -y --dependencies webform_image_select drush webform:tidy -y --dependencies webform_location_geocomplete drush webform:tidy -y --dependencies webform_location_geocomplete_test drush webform:tidy -y --dependencies webform_location_places_test drush webform:tidy -y --dependencies webform_node drush webform:tidy -y --dependencies webform_submission_export_import drush webform:tidy -y --dependencies webform_templates Loading Loading @@ -342,7 +347,8 @@ drush features-import -y webform_group_test drush features-import -y webform_icheck drush features-import -y webform_jqueryui_datepicker_test drush features-import -y webform_image_select drush features-import -y webform_location_geocomplete drush features-import -y webform_location_geocomplete_test drush features-import -y webform_location_places_test drush features-import -y webform_node drush features-import -y webform_submission_export_import drush features-import -y webform_templates Loading modules/webform_location_places/config/schema/webform.third_party.webform_algolia_places.schema.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line webform.admin_settings.third_party.webform_location_places: type: mapping label: 'Location Algolia Places' mapping: default_algolia_places_app_id: type: string label: 'Default Algolia application id' default_algolia_places_api_key: type: string label: 'Default Algolia API key' css/webform.element.location.places.css→modules/webform_location_places/css/webform.element.location.places.css +0 −0 File moved. View file Loading
config/install/webform.settings.yml +0 −2 Original line number Diff line number Diff line Loading @@ -191,8 +191,6 @@ element: default_empty_option: true default_empty_option_required: '' default_empty_option_optional: '' default_algolia_places_app_id: '' default_algolia_places_api_key: '' excluded_elements: password: password password_confirm: password_confirm Loading
config/schema/webform.settings.schema.yml +0 −6 Original line number Diff line number Diff line Loading @@ -368,12 +368,6 @@ webform.settings: default_empty_option_optional: type: label label: 'Default empty option optional label' default_algolia_places_app_id: type: string label: 'Default Algolia application id' default_algolia_places_api_key: type: string label: 'Default Algolia API key' excluded_elements: type: ignore label: 'Excluded types' Loading
docs/DEVELOPMENT-CHEATSHEET.md +10 −4 Original line number Diff line number Diff line Loading @@ -109,9 +109,10 @@ echo 'true' > modules/webform_jqueryui_datepicker/tests/modules/webform_jqueryui echo 'true' > modules/webform_image_select/webform_image_select.features.yml echo 'true' > modules/webform_image_select/tests/modules/webform_image_select_test/webform_image_select_test.features.yml echo 'true' > modules/webform_location_geocomplete/webform_location_geocomplete.features.yml echo 'true' > modules/webform_location_geocomplete/tests/modules/webform_location_geocomplete_test/webform_location_geocomplete_test.features.yml echo 'true' > modules/webform_location_places/tests/modules/webform_location_places_test/webform_location_places_test.features.yml echo 'true' > modules/webform_node/webform_node.features.yml echo 'true' > modules/webform_node/tests/modules/webform_node_test_multiple/webform_node_test_multiple.features.yml echo 'true' > modules/webform_node/tests/modules/webform_node_test_translation/webform_node_test_translation.features.yml Loading Loading @@ -176,6 +177,7 @@ drush en -y webform\ webform_group_test\ webform_image_select\ webform_location_geocomplete\ webform_location_places\ webform_node\ webform_submission_export_import\ webform_templates\ Loading @@ -198,6 +200,7 @@ drush en -y webform\ webform_jqueryui_datepicker_test\ webform_image_select_test\ webform_location_geocomplete_test\ webform_location_places_test\ webform_node_test_multiple\ webform_node_test_translation\ webform_options_custom\ Loading Loading @@ -231,7 +234,8 @@ drush features-export -y webform_example_variant drush features-export -y webform_example_remote_post drush features-export -y webform_group_test drush features-export -y webform_image_select drush features-export -y webform_location_geocomplete drush features-export -y webform_location_geocomplete_test drush features-export -y webform_location_places_test drush features-export -y webform_node drush features-export -y webform_submission_export_import drush features-export -y webform_templates Loading Loading @@ -288,7 +292,8 @@ drush webform:tidy -y --dependencies webform_group_test drush webform:tidy -y --dependencies webform_icheck drush webform:tidy -y --dependencies webform_jqueryui_datepicker drush webform:tidy -y --dependencies webform_image_select drush webform:tidy -y --dependencies webform_location_geocomplete drush webform:tidy -y --dependencies webform_location_geocomplete_test drush webform:tidy -y --dependencies webform_location_places_test drush webform:tidy -y --dependencies webform_node drush webform:tidy -y --dependencies webform_submission_export_import drush webform:tidy -y --dependencies webform_templates Loading Loading @@ -342,7 +347,8 @@ drush features-import -y webform_group_test drush features-import -y webform_icheck drush features-import -y webform_jqueryui_datepicker_test drush features-import -y webform_image_select drush features-import -y webform_location_geocomplete drush features-import -y webform_location_geocomplete_test drush features-import -y webform_location_places_test drush features-import -y webform_node drush features-import -y webform_submission_export_import drush features-import -y webform_templates Loading
modules/webform_location_places/config/schema/webform.third_party.webform_algolia_places.schema.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line webform.admin_settings.third_party.webform_location_places: type: mapping label: 'Location Algolia Places' mapping: default_algolia_places_app_id: type: string label: 'Default Algolia application id' default_algolia_places_api_key: type: string label: 'Default Algolia API key'
css/webform.element.location.places.css→modules/webform_location_places/css/webform.element.location.places.css +0 −0 File moved. View file