Skip to content

Commit 02bf3d8

Browse files
jrockowitzjrockowitz
jrockowitz
authored andcommitted
Issue #2939187 by jrockowitz: Reuse the address module for address field
1 parent 9a0d6af commit 02bf3d8

16 files changed

+1110
-120
lines changed

Diff for: composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
"drush.services.yml": "^9"
3030
}
3131
}
32+
},
33+
"require-dev": {
34+
"drupal/token": "~1.3",
35+
"drupal/address": "~1.4"
3236
}
3337
}

Diff for: modules/webform_examples/config/install/webform.webform.example_style_guide.yml

+8
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,14 @@ elements: |
552552
'#type': textfield
553553
'#title': 'Element (Flex: 3)'
554554
'#flex': 3
555+
contrib:
556+
'#type': details
557+
'#title': 'Contrib modules'
558+
'#open': true
559+
address:
560+
'#type': address
561+
'#title': Address
562+
'#description': '@see <a href="https://www.drupal.org/project/address">https://www.drupal.org/project/address</a>'
555563
css: ''
556564
javascript: ''
557565
settings:

0 commit comments

Comments
 (0)